We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ed49b commit eb4398bCopy full SHA for eb4398b
zebra-utils/coverage
@@ -29,6 +29,6 @@ $(rustc +nightly --print target-libdir)/../bin/llvm-cov show \
29
$(rustc +nightly --print target-libdir)/../bin/llvm-cov export \
30
-format=lcov \
31
-instr-profile=./$CARGO_TARGET_DIR/coverage/test.profdata \
32
- $(printf -- "-object %s " $(cat ./$CARGO_TARGET_DIR/files.txt)) > "./$CARG_TARGET_DIR/coverage/lcov.info"
+ $(printf -- "-object %s " $(cat ./$CARGO_TARGET_DIR/files.txt)) > "./$CARGO_TARGET_DIR/coverage/lcov.info"
33
34
xdg-open ./$CARGO_TARGET_DIR/coverage/html/index.html
0 commit comments