Closed felixc closed 2 years ago
:exclamation: No coverage uploaded for pull request base (
main@1df0ed5
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #55 +/- ##
=======================================
Coverage ? 35.88%
=======================================
Files ? 1
Lines ? 680
Branches ? 0
=======================================
Hits ? 244
Misses ? 436
Partials ? 0
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
The
-Z
option tocodecov
is required in order for it to exit with a non-success status code if there is an error, which we want in order to make the CI step fail if there's a problem.This was set up using: https://www.collabora.com/news-and-blog/blog/2021/03/24/rust-integrating-llvm-source-base-code-coverage-with-gitlab/ https://doc.rust-lang.org/rustc/instrument-coverage.html https://github.com/mozilla/grcov