Skip to content

Commit

Permalink
fix: code coverage in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
noelma committed Jul 26, 2022
1 parent c2af335 commit 91d3a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
include:
- php: 7.2
analysis: true
coverage: --coverage-clover clover.xml

steps:
- name: Checkout
Expand All @@ -38,7 +39,7 @@ jobs:
run: bin/phpstan --memory-limit=1G analyse

- name: Unit tests
run: bin/phpunit --coverage-clover clover.xml
run: bin/phpunit ${{ matrix.coverage }}

- name: Refactoring
if: matrix.analysis
Expand Down

0 comments on commit 91d3a76

Please sign in to comment.