Skip to content

Commit 8f092fd

Browse files
committed
replace coverage checker
1 parent 43d877a commit 8f092fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
tools: composer, phpunit
2020
- run: composer install -n --prefer-dist
2121
- run: php vendor/phpunit/phpunit/phpunit -c phpunit.xml --coverage-clover=coverage.xml
22-
- name: Codecov
23-
uses: codecov/codecov-action@v1
22+
- name: PHPUnit Coverage Check
23+
uses: ericsizemore/[email protected]
24+
with:
25+
clover_file: "coverage.xml"
26+
threshold: 70

0 commit comments

Comments
 (0)