diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 6f9c776..29cff7c 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -18,6 +18,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: lcov.info - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true