diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 443468db..7ccf41af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -101,9 +101,10 @@ jobs: run: make stop ${{ matrix.test-case }} continue-on-error: false - name: Upload coverage report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 if: ${{ success() && matrix.test-case == 'coverage' }} with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./reports/coverage.xml fail_ci_if_error: true verbose: true