Skip to content

Commit

Permalink
Merge pull request #20 from localheinz/fix/coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Feb 20, 2022
2 parents 999b38a + a35e42f commit b0732e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
run: "composer install --no-interaction --optimize-autoloader --prefer-dist"

- name: "Run PHPUnit"
run: "phpunit"
run: "phpunit --coverage-clover build/logs/clover.xml"

- name: "Send code coverage report to Codecov.io"
run: "bash <(curl -s https://codecov.io/bash)"
- name: "Send code coverage report to codecov.io"
uses: "codecov/codecov-action@v2"
with:
files: "build/logs/clover.xml"

0 comments on commit b0732e3

Please sign in to comment.