-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add Codecov for testing code coverage in the CI #301
Conversation
Codecov Report
@@ Coverage Diff @@
## master #301 +/- ##
=========================================
Coverage ? 90.66%
=========================================
Files ? 17
Lines ? 868
Branches ? 0
=========================================
Hits ? 787
Misses ? 81
Partials ? 0 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.
Yeah, I noticed it was more integrated with Travis CI as I switched on Coveralls for the repo, but hoped it would be integrated by default. Looks nice to me with Codecov, also not adding builds or steps in CI.
I am not sure of how to read that colored graph at the end.
Adds Codecov to the CI. Was originally planning on using Coveralls (#299) but then I read this: coverallsapp/github-action#30. Related to #268. Might need to move the coverage-related step to its own job so it's not run thrice by build matrix.