Skip to content

Commit

Permalink
Upload code coverage also on failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Nov 15, 2024
1 parent 17025fc commit 26035fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
vendor/bin/phpunit -v
- name: Upload coverage to Codecov
if: "${{ matrix.with_coverage == true }}"
if: ${{ matrix.with_coverage == true && !cancelled() }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 26035fb

Please sign in to comment.