This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvines
approved these changes
Oct 4, 2018
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
garious
force-pushed
the
enable-grcov
branch
2 times, most recently
from
October 4, 2018 04:50
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.
This was referenced Jan 17, 2022
cavemanloverboy
pushed a commit
to cavemanloverboy/solana
that referenced
this pull request
May 18, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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