-
Notifications
You must be signed in to change notification settings - Fork 31
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
Enable codecov support #312
Conversation
Will this fail ever for coverage that is too low? And are you planning to set it up w/ a bot comment/link for the report? Just the report might be fine so we can see changes and determine if we should be adding tests |
They'll be set in codecov if necessary
Yeah I forgot to remove the I've requested to install the GitHub app which will supposedly comment as codecov, need authorization from Devin first to enable it. Then it should comment automatically on all PRs, with links back to things. |
Here's an example of a report on my repo: mofojed#1 Once authorized here it should post on here as |
Codecov Report
@@ Coverage Diff @@
## main #312 +/- ##
=========================================
- Coverage 39.67% 0 -39.68%
=========================================
Files 328 0 -328
Lines 23250 0 -23250
Branches 4790 0 -4790
=========================================
- Hits 9224 0 -9224
+ Misses 13573 0 -13573
+ Partials 453 0 -453
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
main