From a2c4b6d6393c25749dc8c93d4c4fac3f9354a825 Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Thu, 10 Oct 2024 14:40:22 +0530 Subject: [PATCH] bump codecov version --- .github/workflows/coverage.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 5608094da9..0bb9c132d8 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