Skip to content

Commit

Permalink
CodeCov V4 GitHub Action stopped working without a token
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Feb 16, 2024
1 parent 9fe7bb4 commit e6b8f81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -94,6 +94,8 @@ jobs:
- name: Upload Coverage to CodeCov
if: "${{ matrix.with_coverage == true }}"
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload Coverage to Scrutinizer CI (PHP < 8.0)
if: "${{ matrix.php < '8.0' && matrix.with_coverage == true }}"
Expand Down

0 comments on commit e6b8f81

Please sign in to comment.