-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 coverage via grcov #1421
Conversation
ci/test-nightly.sh
Outdated
uname_m=$(uname -m | tr '[:upper:]' '[:lower:]') | ||
name=grcov-${uname}-${uname_m}.tar.bz2 | ||
_ wget "https://github.com/mozilla/grcov/releases/download/v0.2.3/${name}" | ||
_ tar -xzf "${name}" |
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.
“tar xjf” for .bz2
2fef5d6
to
c812c3f
Compare
Codecov Report
@@ Coverage Diff @@
## master #1421 +/- ##
========================================
Coverage ? 0%
========================================
Files ? 65
Lines ? 9866
Branches ? 0
========================================
Hits ? 0
Misses ? 9866
Partials ? 0 Continue to review full report at Codecov.
|
Because I can't figure out why codecov.io can't parse our lcov files.
Comment out non-coverage build to speed things up.
Use mozilla's grcov to generate lcov data. If in CI upload that data to codecov.io, otherwise use lcov's genhtml to generate an html report.
cc #433