diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a6d9a89..1778332 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -74,6 +74,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && github.event_name == 'push' uses: codecov/codecov-action@v2 with: + token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info flags: unittests name: codecov-umbrella