-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update code coverage to grcov #3353
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
Merged
JonathanWoollett-Light
merged 3 commits into
firecracker-microvm:main
from
JonathanWoollett-Light:grcov
Jan 10, 2023
Merged
Update code coverage to grcov #3353
JonathanWoollett-Light
merged 3 commits into
firecracker-microvm:main
from
JonathanWoollett-Light:grcov
Jan 10, 2023
Conversation
This file contains hidden or 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
ecc6061
to
3e75058
Compare
11ebc1c
to
c230d1d
Compare
roypat
reviewed
Jan 6, 2023
Closes #3207 |
ec3d316
to
b75db71
Compare
pb8o
reviewed
Jan 9, 2023
1913e51
to
29786a5
Compare
pb8o
reviewed
Jan 10, 2023
c64de5a
to
95f4cc0
Compare
pb8o
previously approved these changes
Jan 10, 2023
roypat
reviewed
Jan 10, 2023
95f4cc0
to
25003b0
Compare
roypat
previously approved these changes
Jan 10, 2023
Moved code coverage from kcov to grcov. Updated `verify_dependencies.rs` as no longer proxying through `cargo kcov` and the environment variable `CARGO_MANIFEST_DIR` is now always set. Signed-off-by: Jonathan Woollett-Light <[email protected]> Co-authored-by: Pablo Barbáchano <[email protected]>
Signed-off-by: Jonathan Woollett-Light <[email protected]>
We don't need to specify `+"stable"` in `cargo install +"stable" cargo-audit` as this will be the default. Signed-off-by: Jonathan Woollett-Light <[email protected]>
25003b0
to
0f95821
Compare
roypat
approved these changes
Jan 10, 2023
pb8o
approved these changes
Jan 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Changes code coverage to grcov.
Reason
kcov outputs inaccurate coverage.
License Acceptance
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.
PR Checklist
git commit -s
).unsafe
code is documented.CHANGELOG.md
.TODO
s link to an issue.rust-vmm
.