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: