Skip to content

Commit

Permalink
ci: improve Coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 24, 2024
1 parent f6a6c55 commit 2906e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
- name: Send coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
flags: php-${{ matrix.php-version }}
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/cov.xml

0 comments on commit 2906e03

Please sign in to comment.