fix arm64 flag

This commit is contained in:
Grant Limberg
2023-12-05 12:04:17 -08:00
parent a871fba5a5
commit b707dfea9f
+1 -1
View File
@@ -45,7 +45,7 @@ steps:
- CARGO_INCREMENTAL=0 RUSTFLAGS='-Cinstrument-coverage' LLVM_PROFILE_FILE='coverage/cargo-test-%p-%m.profraw' cargo test
- mkdir -p target/coverage
- grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
- codecov -B ${DRONE_BRANCH} -b ${DRONE_BUILD_NUMBER} -f target/coverage/tests.lcov -F amd64
- codecov -B ${DRONE_BRANCH} -b ${DRONE_BUILD_NUMBER} -f target/coverage/tests.lcov -F arm64
trigger:
event:
- custom