diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index baec4ce..a826178 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml @@ -50,3 +50,4 @@ jobs: if: success() with: file: ./coverage.xml #optional + token: ${{ secrets.CODECOV_TOKEN }} #required