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 0eae776 commit 0cbf6b1Copy full SHA for 0cbf6b1
.github/workflows/php-tests.yml
@@ -2,8 +2,8 @@ on: [ push, pull_request ]
2
name: "Tests"
3
4
jobs:
5
- grump:
6
- name: "GrumPHP Run"
+ php-tests:
+ name: "Run codeception tests"
7
runs-on: "ubuntu-latest"
8
continue-on-error: ${{ matrix.allow-fail }}
9
env:
@@ -55,9 +55,3 @@ jobs:
55
run: |
56
vendor/bin/codecept build -c .
57
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