Skip to content

Commit

Permalink
#82 - Add --coverage-xml in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jan 19, 2020
1 parent e36c17b commit 2e49ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: always()
run: |
sudo php -S 0.0.0.0:90 -t public/ &
vendor/bin/codecept run
vendor/bin/codecept run --coverage-xml
- name: Upload coverage to Codecov
if: always()
Expand Down

0 comments on commit 2e49ed1

Please sign in to comment.