diff --git a/.github/workflows/upload_cov.yaml b/.github/workflows/upload_cov.yaml index 3908cfc74..6d488954f 100644 --- a/.github/workflows/upload_cov.yaml +++ b/.github/workflows/upload_cov.yaml @@ -28,7 +28,7 @@ jobs: env: SKIP_EXT_BACKENDS: "true" run: 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 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ env.GITHUB_WORKSPACE }}/lcov.info \ No newline at end of file diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 395fc9c35..a29a17e02 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -180,7 +180,7 @@ jobs: env: SKIP_EXT_BACKENDS: "true" run: 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 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ env.GITHUB_WORKSPACE }}/lcov.info