-
Notifications
You must be signed in to change notification settings - Fork 9
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
Start running test suite with GitHub actions and reporting coverage to Codecov #17
Conversation
This will be necessary to keep track of code coverage metrics
This will be needed to report data to CodeCov and to the console
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
=========================================
Coverage ? 69.68%
=========================================
Files ? 14
Lines ? 597
Branches ? 0
=========================================
Hits ? 416
Misses ? 181
Partials ? 0 Continue to review full report at Codecov.
|
@rdormer hey, could you review this PR when you have some time? Thanks! |
@etagwerker it is expected that the test suite fails in all rubies? |
@bronzdoc Weird, that is unexpected. I'll look into it. |
Hi there,
This is an attempt to run the test suite on every PR and report code coverage metrics to Codecov.
Please check it out.
Thanks!