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 b8fdd0f commit 8cabddeCopy full SHA for 8cabdde
ci/run-cov
@@ -15,8 +15,8 @@ cargo clean
15
# unit tests of gbdt
16
export RUSTC_WRAPPER="./ci/gbdt-cov-rustc"
17
cargo rustc --package gbdt --all-features --profile test --lib
18
-rm ./target/debug/gbdt-*.d
19
-./target/debug/gbdt-*
+rm ./target/debug/deps/gbdt-*.d
+./target/debug/deps/gbdt-*
20
${LCOV} ${LCOVOPT} --capture --directory . --base-directory . -o unittest.info
21
22
# cleanup target
0 commit comments