Coverage reporting in codecove & in VSTS (1st pass)#2059
Merged
Conversation
- VSTS consumes cobertura
- constant can be altered by setting an env var - MOCHA_CI_REPORTER_ID can be set to a reporter - default value is mocha-junit-reporter - Now we can move the VSTS reporter wherever we wish, or use some other reporter
Codecov Report
@@ Coverage Diff @@
## master #2059 +/- ##
==========================================
+ Coverage 75.04% 79.92% +4.88%
==========================================
Files 307 307
Lines 14060 14060
Branches 2493 2493
==========================================
+ Hits 10551 11238 +687
+ Misses 3373 2810 -563
+ Partials 136 12 -124
Continue to review full report at Codecov.
|
DonJayamanne
approved these changes
Jun 25, 2018
Author
|
MacOS agents stalled, and we were missing the MOCHA_CI_REPORTER_ID env var in this build! Restarted to try mac over again, and to get the sweet sweet reporting action afforded by our extension to the mocha-junit-reporter. |
Author
|
One last attempt to get MacOS agents to respond... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR will enable code coverage in VSTS going forward, but doesn't complete the effort.
cover:disablefunction.cover:inlinesourcesgulp function is called.Some further info here: #2058