Skip to content

Commit

Permalink
fix typo in coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Dec 2, 2020
1 parent 6a5da07 commit 8f451fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-utils/coverage
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ $(rustc +nightly --print target-libdir)/../bin/llvm-cov show \
$(rustc +nightly --print target-libdir)/../bin/llvm-cov export \
-format=lcov \
-instr-profile=./$CARGO_TARGET_DIR/coverage/test.profdata \
$(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"

xdg-open ./$CARGO_TARGET_DIR/coverage/html/index.html

0 comments on commit 8f451fa

Please sign in to comment.