From a5939afd5d970e63a5e2a204cc0bc0c347935d22 Mon Sep 17 00:00:00 2001 From: Rory Conlin Date: Tue, 10 Dec 2024 12:49:44 -0500 Subject: [PATCH] Remove retry on codecov upload --- .github/workflows/unittest.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 63b3c26..1b0b8c5 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -50,13 +50,9 @@ jobs: ./prof.db - name: Upload coverage id : codecov - uses: Wandalen/wretry.action@v3.7.3 + uses: codecov/codecov-action@v5 with: - action: codecov/codecov-action@v5 - with: | - name: codecov-umbrella - files: ./cov.xml - fail_ci_if_error: true - verbose: true - attempt_limit: 10 - attempt_delay: 60000 # ms, 1 min + name: codecov-umbrella + files: ./cov.xml + fail_ci_if_error: true + verbose: true