-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
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.
👍 But should have the extra comment and wait for build to complete and verify the fix before merge.
Codecov Report
@@ 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
|
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.
LGTM
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.
LGTM
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