-
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
Adds CI integration with codecov #17
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
=========================================
Coverage ? 57.03%
=========================================
Files ? 2
Lines ? 128
Branches ? 26
=========================================
Hits ? 73
Misses ? 29
Partials ? 26 |
Trying kcov and rustcov as an alternative produces a slightly better result but still with a lot of false positives. See attachment: |
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.
Nice job Lu. Thanks
Ref #14
Adds automated run of coverage after all tests are done and sends the report to codecov.
Example here: https://codecov.io/gh/lmammino/jwtinfo/branch/feature%2Fcoverage-reports
TODO