diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77a20de..d903f82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,7 @@ jobs: coverage xml - uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)