Skip to content

Commit e83e6ad

Browse files
committed
Switch to rregeer/phpunit-coverage-check for coverage checks
1 parent 590235e commit e83e6ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
run: ./vendor/bin/phpunit
4444

4545
- name: Check code coverage
46-
run: ./vendor/bin/coverage clover.xml 100
46+
run: ./vendor/bin/coverage-check clover.xml 100
4747
if: matrix.php-version != '8.0'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"phpunit/phpunit": "^8",
4040
"mockery/mockery": "^1.3",
4141
"symfony/yaml": "^4.4",
42-
"incompass/coverage": "^1.0"
42+
"rregeer/phpunit-coverage-check": "^0.3"
4343
},
4444
"extra": {
4545
"branch-alias": {

0 commit comments

Comments
 (0)