From bb7ea1b2e320b171b6b005d0cbb9eabd8c4104d7 Mon Sep 17 00:00:00 2001 From: Tom Wojcik Date: Fri, 3 May 2024 19:04:10 +0200 Subject: [PATCH] move to codecov v4 --- .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: