From 19d22eb3a52f00b311b932496edb0520ee3de7c4 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Sun, 24 Nov 2024 15:27:31 -0500 Subject: [PATCH] fix: upload cov --- .github/workflows/upload_cov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upload_cov.yaml b/.github/workflows/upload_cov.yaml index 78ce64b13..627c373ef 100644 --- a/.github/workflows/upload_cov.yaml +++ b/.github/workflows/upload_cov.yaml @@ -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