From 3a5aa1fc978007f7aa0d73d796fc3b0b0668b91a Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Thu, 10 Oct 2024 14:43:02 +0530 Subject: [PATCH] bump codecov action version --- .github/workflows/coverage.yaml | 11 +---------- protocols/tarpaulin.toml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 5608094da..0bb9c132d 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -38,18 +38,9 @@ jobs: - name: Generate code coverage run: | ./scripts/tarpaulin.sh - - - name: List files after tarpaulin run - run: | - echo "Checking files in protocols directory" - ls -l protocols - echo "Checking files in roles directory" - ls -l roles - echo "Checking files in utils directory" - ls -l utils - name: Upload to codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: "./roles/cobertura.xml, ./protocols/cobertura.xml, ./utils/cobertura.xml" fail_ci_if_error: true diff --git a/protocols/tarpaulin.toml b/protocols/tarpaulin.toml index d7a7d3283..1a7b3b460 100644 --- a/protocols/tarpaulin.toml +++ b/protocols/tarpaulin.toml @@ -1,7 +1,7 @@ [default] features = "disable_nopanic prop_test noise_sv2 with_buffer_pool derive_codec_sv2 binary_codec_sv2 default core" run-types = [ "Lib" ] -timeout = "1200s" +timeout = "120s" fail-under = 0 [report]