diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 0ef1c91..6e6f75f 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -37,12 +37,16 @@ jobs: - name: Upload unit test coverage report uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: ./cover.out flags: controller - name: Upload api test coverage report uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: ./api_cover.out flags: api