Skip to content

Commit 0cbf6b1

Browse files
authored
fix(actions): remove coverage check action
1 parent 0eae776 commit 0cbf6b1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/php-tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on: [ push, pull_request ]
22
name: "Tests"
33

44
jobs:
5-
grump:
6-
name: "GrumPHP Run"
5+
php-tests:
6+
name: "Run codeception tests"
77
runs-on: "ubuntu-latest"
88
continue-on-error: ${{ matrix.allow-fail }}
99
env:
@@ -55,9 +55,3 @@ jobs:
5555
run: |
5656
vendor/bin/codecept build -c .
5757
vendor/bin/codecept run -c . -vvv --coverage --coverage-xml=coverage.xml --xml
58-
59-
- name: Coverage Check
60-
uses: docker://ghcr.io/ericsizemore/phpunit-coverage-check-action
61-
with:
62-
clover_file: './build/logs/report.xml'
63-
threshold: 5

0 commit comments

Comments
 (0)