-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Codecov Projects #7147
Codecov Projects #7147
Conversation
.codecov.yml
Outdated
chain: | ||
target: auto | ||
threshold: 0.1% | ||
informational: true |
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.
Probably sufficient to just set this to false
-- we could subdivide into smaller projects, but I think they'd all still be "required" instead of "informational"
Codecov Report
@@ Coverage Diff @@
## master #7147 +/- ##
===========================================
- Coverage 46.35% 34.69% -11.67%
===========================================
Files 500 682 +182
Lines 53488 79742 +26254
===========================================
+ Hits 24795 27663 +2868
- Misses 24367 46438 +22071
- Partials 4326 5641 +1315
Continue to review full report at Codecov.
|
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.
This should do what we want it to do. Whether the changes accurately reflect what happens in a PR is TBD...
For context, this is part of #7164 |
WIP