diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 46b139a2..5483315e 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -68,7 +68,7 @@ jobs: coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}