-
Notifications
You must be signed in to change notification settings - Fork 277
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
[ci] #2153: Fix coverage #2154
[ci] #2153: Fix coverage #2154
Conversation
Codecov Report
@@ Coverage Diff @@
## iroha2-dev #2154 +/- ##
===============================================
+ Coverage 0 78.84% +78.84%
===============================================
Files 0 125 +125
Lines 0 22308 +22308
===============================================
+ Hits 0 17588 +17588
- Misses 0 4720 +4720
Continue to review full report at Codecov.
|
cargo-llvm-cov
cargo-llvm-cov
cargo-llvm-cov
Signed-off-by: s8sato <[email protected]>
Signed-off-by: s8sato <[email protected]>
Signed-off-by: s8sato <[email protected]>
Signed-off-by: s8sato <[email protected]>
Signed-off-by: s8sato <[email protected]>
This reverts commit 5f33a69. Signed-off-by: s8sato <[email protected]>
This reverts commit 00dd625. Signed-off-by: s8sato <[email protected]>
This reverts commit cf48df6. Signed-off-by: s8sato <[email protected]>
This reverts commit 89979b2. Signed-off-by: s8sato <[email protected]>
Signed-off-by: s8sato <[email protected]>
Signed-off-by: s8sato <[email protected]>
Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
…iroha#2166) Signed-off-by: s8sato <[email protected]>
Description of the Change
Resolve the toolchain differences around
llvm-tools-preview
Move the coverage tool fromgrcov
tocargo-llvm-cov
?Issue
Benefits
Possible Drawbacks
Not sure how longcargo-llvm-cov
will be maintained