Skip to content

Commit

Permalink
run codecov on phpunit fail
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Nov 7, 2023
1 parent 64cd5ae commit 4ca0b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
run: mkdir -p build/logs
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
continue-on-error: true
- uses: codecov/codecov-action@v3
name: Codecov Coverage
with:
Expand Down

0 comments on commit 4ca0b7a

Please sign in to comment.