Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1237 - updated implementation to use API instead of internals #1247

Merged
merged 32 commits into from Jan 24, 2019

Conversation

justinwilaby
Copy link
Contributor

@justinwilaby justinwilaby commented Jan 22, 2019

This PR shows a reduction in code coverage because not all packages were represented in the coverage analysis previously. No coverage was lost with this PR (several more unit tests are in fact included) but it is now accounting for coverage as a whole which reduces coverage % from before.

@coveralls
Copy link

coveralls commented Jan 22, 2019

Pull Request Test Coverage Report for Build 1909

  • 74 of 93 (79.57%) changed or added relevant lines in 21 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-15.02%) to 46.978%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/app/client/src/data/action/botActions.ts 2 3 66.67%
packages/app/main/src/main.ts 0 1 0.0%
packages/app/main/src/platform/log/logService.ts 0 1 0.0%
packages/app/main/src/versionManager.ts 0 1 0.0%
packages/emulator/cli/src/npmLogger.ts 0 1 0.0%
packages/extensions/luis/client/src/App.tsx 0 1 0.0%
packages/sdk/shared/src/emulatorApi/index.ts 0 1 0.0%
packages/sdk/shared/src/index.ts 0 1 0.0%
packages/app/client/src/index.tsx 0 2 0.0%
packages/emulator/core/src/facility/endpointSet.ts 0 2 0.0%
Totals Coverage Status
Change from base Build 1852: -15.02%
Covered Lines: 4233
Relevant Lines: 8378

💛 - Coveralls

Copy link
Contributor

@a-b-r-o-w-n a-b-r-o-w-n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should separate the refactorbuild changes from this commit. It has become difficult to review effectively.

a-b-r-o-w-n
a-b-r-o-w-n previously approved these changes Jan 24, 2019
@justinwilaby justinwilaby merged commit 56f9cd5 into master Jan 24, 2019
@justinwilaby justinwilaby deleted the jwilaby/#1237-bot-url-revision branch January 24, 2019 19:51
@justinwilaby
Copy link
Contributor Author

Merged anyway. Coverage is expected to decrease with this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants