Skip to content

Commit

Permalink
Add coverage.xml
Browse files Browse the repository at this point in the history
HTML folder can't be uploaded, see https://stackoverflow.com/a/70698216/2311074
  • Loading branch information
iwasherefirst2 committed Jan 13, 2022
1 parent 0a2eac0 commit 7682d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:

- run:
name: "Run tests"
command: phpdbg -qrr vendor/bin/phpunit --coverage-html build/coverage-report
command: phpdbg -qrr vendor/bin/phpunit --coverage-html build/coverage-report --coverage-clover coverage.xml
- store_artifacts:
path: build/coverage-report
path: build/coverage-report
- codecov/upload:
file: build/coverage-report
file: coverage.xml


0 comments on commit 7682d45

Please sign in to comment.