Skip to content

Commit 8f451fa

Browse files
committed
fix typo in coverage script
1 parent 6a5da07 commit 8f451fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zebra-utils/coverage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ $(rustc +nightly --print target-libdir)/../bin/llvm-cov show \
2929
$(rustc +nightly --print target-libdir)/../bin/llvm-cov export \
3030
-format=lcov \
3131
-instr-profile=./$CARGO_TARGET_DIR/coverage/test.profdata \
32-
$(printf -- "-object %s " $(cat ./$CARGO_TARGET_DIR/files.txt)) > "./$CARG_TARGET_DIR/coverage/lcov.info"
32+
$(printf -- "-object %s " $(cat ./$CARGO_TARGET_DIR/files.txt)) > "./$CARGO_TARGET_DIR/coverage/lcov.info"
3333

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

0 commit comments

Comments
 (0)