Skip to content

Fix disabled code coverage for src folder. #2259

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

Merged
merged 2 commits into from
Jan 28, 2019
Merged

Conversation

codemzs
Copy link
Member

@codemzs codemzs commented Jan 28, 2019

Seems like #2200 broke code coverage for src folder, hence production coverage is not being generated and even the codecov badge on the main isn't displaying any coverage.

fixes #2258

@codemzs codemzs requested review from Anipik and sharwell January 28, 2019 01:19
Copy link
Contributor

@sharwell sharwell left a comment

Choose a reason for hiding this comment

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

👍 But should have the extra comment and wait for build to complete and verify the fix before merge.

@codemzs codemzs requested a review from eerhardt January 28, 2019 01:26
@codecov
Copy link

codecov bot commented Jan 28, 2019

Codecov Report

Merging #2259 into master will decrease coverage by 10.95%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master    #2259       +/-   ##
===========================================
- Coverage   80.82%   69.86%   -10.96%     
===========================================
  Files         159      786      +627     
  Lines       28540   144082   +115542     
  Branches     1909    16622    +14713     
===========================================
+ Hits        23068   100666    +77598     
- Misses       5175    38869    +33694     
- Partials      297     4547     +4250
Flag Coverage Δ
#Debug 69.86% <ø> (-10.96%) ⬇️
#production 66.13% <ø> (?)
#test 84.99% <ø> (+4.16%) ⬆️

Copy link
Contributor

@Anipik Anipik left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@justinormont justinormont left a comment

Choose a reason for hiding this comment

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

LGTM

@codemzs codemzs merged commit 620ca89 into dotnet:master Jan 28, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code coverage has been disabled for src directory
5 participants