From ce1a34327cf682da6796c6129cd44f1af75e762d Mon Sep 17 00:00:00 2001 From: Tom Wojcik Date: Fri, 7 Jun 2024 11:09:01 +0200 Subject: [PATCH] bump codecov GH action v3 to v4, use CODECOV_TOKEN --- .github/workflows/test-suite.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 0655ee8c..beb6dcdf 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -83,11 +83,12 @@ jobs: - name: Run tests run: make test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.xml fail_ci_if_error: true verbose: true + token: ${{ secrets.CODECOV_TOKEN }} code-quality: strategy: