File tree Expand file tree Collapse file tree 2 files changed +8
-108
lines changed
src/Magento/FunctionalTestingFramework/Module Expand file tree Collapse file tree 2 files changed +8
-108
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
39
39
- name : Run tests
40
40
run : vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit --coverage-clover clover.xml
41
41
42
- - name : Monitor coverage
43
- if : github.event_name == 'pull_request'
44
- uses : slavcodev/coverage-monitor-action@1.2.0
45
- with :
46
- github_token : ${{ secrets.GITHUB_TOKEN }}
47
- clover_file : " clover.xml"
48
- threshold_alert : 10
49
- threshold_warning : 20
42
+ # - name: Monitor coverage
43
+ # if: github.event_name == 'pull_request'
44
+ # uses: slavcodev/coverage-monitor-action@1.2.0
45
+ # with:
46
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
47
+ # clover_file: "clover.xml"
48
+ # threshold_alert: 10
49
+ # threshold_warning: 20
50
50
51
51
verification-tests :
52
52
name : Verification Tests
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments