diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5a0e37a..651c908a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,5 +44,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true file: ./coverage.xml \ No newline at end of file