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 62eb5bc commit 962d1caCopy full SHA for 962d1ca
.github/workflows/main.yml
@@ -39,14 +39,14 @@ jobs:
39
- name: Run tests
40
run: vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit --coverage-clover clover.xml
41
42
- - name: Monitor coverage
43
- if: github.event_name == 'pull_request'
44
- uses: slavcodev/[email protected]
45
- with:
46
- github_token: ${{ secrets.GITHUB_TOKEN }}
47
- clover_file: "clover.xml"
48
- threshold_alert: 10
49
- threshold_warning: 20
+# - name: Monitor coverage
+# if: github.event_name == 'pull_request'
+# uses: slavcodev/[email protected]
+# with:
+# github_token: ${{ secrets.GITHUB_TOKEN }}
+# clover_file: "clover.xml"
+# threshold_alert: 10
+# threshold_warning: 20
50
51
verification-tests:
52
name: Verification Tests
0 commit comments