We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rregeer/phpunit-coverage-check
1 parent d2969a8 commit dec4932Copy full SHA for dec4932
.github/workflows/testing.yml
@@ -43,5 +43,5 @@ jobs:
43
run: ./vendor/bin/phpunit
44
45
- name: Check code coverage
46
- run: ./vendor/bin/coverage clover.xml 100
+ run: ./vendor/bin/coverage-check clover.xml 100
47
if: matrix.php-version != '8.0'
composer.json
@@ -41,7 +41,7 @@
41
"phpunit/phpunit": "^8",
42
"mockery/mockery": "^1.3",
"symfony/yaml": "^4.4",
- "incompass/coverage": "^1.0"
+ "rregeer/phpunit-coverage-check": "^0.3"
},
"extra": {
"branch-alias": {
0 commit comments