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 590235e commit e83e6adCopy full SHA for e83e6ad
.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
@@ -39,7 +39,7 @@
39
"phpunit/phpunit": "^8",
40
"mockery/mockery": "^1.3",
41
"symfony/yaml": "^4.4",
42
- "incompass/coverage": "^1.0"
+ "rregeer/phpunit-coverage-check": "^0.3"
},
"extra": {
"branch-alias": {
0 commit comments