Skip to content

Commit

Permalink
dont run coverage on fail and not in verbose mode
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 4ca0b7a commit 90dd2bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ 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:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./build/logs/clover.xml
name: spacialist-php${{matrix.php-versions}}-${{matrix.databases}}-postgis${{matrix.pg-gis-combo}}
verbose: true
verbose: false

0 comments on commit 90dd2bd

Please sign in to comment.