Skip to content

Commit

Permalink
Update codecoverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Apr 27, 2022
1 parent 928f73f commit 83749eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cd ../../..
- name: Merge code coverage
run: vendor/bin/phpcov merge --clover tests/_output/clover.xml --html tests/_output/html tests/_output --text;
run: vendor/bin/phpcov merge --clover tests/_output/clover.xml --html tests/_output/html tests/_output --text php://stdout;

- name: Edit phpcov html output to work with gh-pages
run: |
Expand Down

0 comments on commit 83749eb

Please sign in to comment.