fix: codecov.yml

This commit is contained in:
charles-gauthereau
2026-07-02 22:42:02 +02:00
parent 608b82a254
commit d12817a960
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
agent-test bash -c "
mkdir -p /app/coverage &&
rm -rf /app/target/* /app/coverage/* &&
cargo test --verbose &&
cargo test --verbose -- --test-threads=2 &&
sync
"