-
Notifications
You must be signed in to change notification settings - Fork 8
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
Remove external dependencies from coverage, increase default target #245
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #245 +/- ##
=======================================
Coverage 90.91% 90.91%
=======================================
Files 91 91
Lines 15656 15656
=======================================
Hits 14234 14234
Misses 1422 1422
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Reviewing what happens with dependencies
Experimenting
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #245 +/- ##
==========================================
+ Coverage 91.11% 91.84% +0.73%
==========================================
Files 91 90 -1
Lines 15901 15596 -305
==========================================
- Hits 14488 14324 -164
+ Misses 1413 1272 -141
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…xPatchExtension into kjohn-excludeexternal
We should not be measuring coverage on external dependencies that we have to ship.
And in parallel increasing the default target to the base threshold we've already achieved.