Skip to content

Commit 8cabdde

Browse files
committed
Fix coverage script
1 parent b8fdd0f commit 8cabdde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run-cov

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ cargo clean
1515
# unit tests of gbdt
1616
export RUSTC_WRAPPER="./ci/gbdt-cov-rustc"
1717
cargo rustc --package gbdt --all-features --profile test --lib
18-
rm ./target/debug/gbdt-*.d
19-
./target/debug/gbdt-*
18+
rm ./target/debug/deps/gbdt-*.d
19+
./target/debug/deps/gbdt-*
2020
${LCOV} ${LCOVOPT} --capture --directory . --base-directory . -o unittest.info
2121

2222
# cleanup target

0 commit comments

Comments
 (0)