-
Notifications
You must be signed in to change notification settings - Fork 6
Add code coverage support in pipeline - Fixes #61 #62
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 6 of 6 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @PlagueHO)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @PlagueHO)
azure-pipelines.yml, line 86 at r1 (raw file):
- job: Test_Unit_2016
This job is not uploading the test artifact, so the pipeline fails.
Codecov Report
@@ Coverage Diff @@
## main #62 +/- ##
====================================
Coverage ? 95%
====================================
Files ? 4
Lines ? 264
Branches ? 0
====================================
Hits ? 253
Misses ? 11
Partials ? 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could review again @johlju ? Thankk you!
Reviewable status: 5 of 6 files reviewed, 1 unresolved discussion (waiting on @johlju)
azure-pipelines.yml, line 86 at r1 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
- job: Test_Unit_2016
This job is not uploading the test artifact, so the pipeline fails.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @PlagueHO)
Pull Request (PR) description
This PR adds support for code coverage reporting in the pipeline and updates to use Sampler GitHub tasks.
This Pull Request (PR) fixes the following issues
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
@johlju - would you mind reviewing when you have time?
This change is