diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4c9c42d16..d4cbd2c92 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -42,7 +42,7 @@ jobs: - name: Test repository run: make test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e912bc06f..8e3ac45ab 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -21,9 +21,10 @@ jobs: - name: Run tests run: make test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 - with: + uses: codecov/codecov-action@v4.2.0 + env: token: ${{ secrets.CODECOV_TOKEN }} + with: verbose: true - name: Set up Cloud SDK uses: google-github-actions/setup-gcloud@v1