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:
3939 - name : Run tests
4040 run : vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit --coverage-clover clover.xml
4141
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
5050
5151 verification-tests :
5252 name : Verification Tests
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments