Add code coverage support in pipeline - Fixes #61#62
Add code coverage support in pipeline - Fixes #61#62johlju merged 3 commits intodsccommunity:mainfrom
Conversation
johlju
left a comment
There was a problem hiding this comment.
Reviewed 6 of 6 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @PlagueHO)
johlju
left a comment
There was a problem hiding this comment.
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 |
PlagueHO
left a comment
There was a problem hiding this comment.
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_2016This job is not uploading the test artifact, so the pipeline fails.
Done.
johlju
left a comment
There was a problem hiding this comment.
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