Skip to content

Commit

Permalink
fix: upload cov
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Nov 24, 2024
1 parent 2f7e2f0 commit 19d22eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload_cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
SKIP_EXT_BACKENDS: "true"
with:
max_attempts: 3
timeout_minutes: 50
retry_on: error
command: cargo llvm-cov nextest --features=filesystem,localhost-testing,multi-threaded -p citadel_sdk -p citadel_user -p citadel_crypt -p citadel_pqcrypto -p citadel_wire -p netbeam -p async_ip --lcov --output-path ${GITHUB_WORKSPACE}/lcov.info --ignore-filename-regex="firebase-rtdb/src/lib.rs|netbeam/src/sync/operations/net_join.rs|netbeam/src/sync/operations/net_select.rs|citadel_sdk/src/test_common.rs|citadel_wire/src/upnp_handler.rs"
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 19d22eb

Please sign in to comment.