diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f9a70a..d3bfab3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,8 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: - file: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} + files: ./coverage.xml flags: unittests name: codecov-umbrella fail_ci_if_error: false