We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339df84 commit d7f3cd5Copy full SHA for d7f3cd5
.github/workflows/test.yml
@@ -57,6 +57,8 @@ jobs:
57
run: vendor/bin/simple-phpunit --coverage-clover coverage.xml --coverage-text
58
- name: Upload coverage to Codecov
59
uses: codecov/codecov-action@v4
60
+ with:
61
+ token: ${{ secrets.CODECOV_TOKEN }}
62
- name: Run mutation tests
63
if: ${{ matrix.php-versions == 8.3 && matrix.operating-system == 'ubuntu-latest' }}
64
env:
0 commit comments