Skip to content

Commit dec4932

Browse files
committed
Switch to rregeer/phpunit-coverage-check for coverage checks
1 parent d2969a8 commit dec4932

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
@@ -41,7 +41,7 @@
4141
"phpunit/phpunit": "^8",
4242
"mockery/mockery": "^1.3",
4343
"symfony/yaml": "^4.4",
44-
"incompass/coverage": "^1.0"
44+
"rregeer/phpunit-coverage-check": "^0.3"
4545
},
4646
"extra": {
4747
"branch-alias": {

0 commit comments

Comments
 (0)