Skip to content

Commit

Permalink
Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror committed Dec 31, 2023
1 parent e4c219a commit 3257147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:

- name: Coveralls
uses: coverallsapp/[email protected]
with:
file: var/coverage/clover.xml
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"scripts": {
"test": "vendor/bin/phpunit",
"coverage": "vendor/bin/phpunit --coverage-html=var/coverage",
"coverage": "vendor/bin/phpunit --coverage-html=var/coverage --coverage-clover var/coverage/clover.xml",
"analyse": "vendor/bin/phpstan analyse"
}
}

0 comments on commit 3257147

Please sign in to comment.