Skip to content

Commit

Permalink
try to use CODECOV_TOKEN for codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Oct 9, 2023
1 parent d43a772 commit 56cad08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
if: ${{ success() && matrix.php-versions == '8.2' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./.phpunit.cache/clover.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 56cad08

Please sign in to comment.