diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 89061581f..927cfab39 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,7 @@ jobs: - name: Upload coverage reports to CodeCov # more at https://github.com/codecov/codecov-action uses: codecov/codecov-action@v3 with: - # token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} files: ./cover.out # env_vars: TEST_IMG # flags: unittests