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.
1 parent 43d877a commit 8f092fdCopy full SHA for 8f092fd
.github/workflows/unit-test.yml
@@ -19,5 +19,8 @@ jobs:
19
tools: composer, phpunit
20
- run: composer install -n --prefer-dist
21
- run: php vendor/phpunit/phpunit/phpunit -c phpunit.xml --coverage-clover=coverage.xml
22
- - name: Codecov
23
- uses: codecov/codecov-action@v1
+ - name: PHPUnit Coverage Check
+ uses: ericsizemore/[email protected]
24
+ with:
25
+ clover_file: "coverage.xml"
26
+ threshold: 70
0 commit comments