File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -98,17 +98,17 @@ jobs:
98
98
- name : " Run tests with phpunit"
99
99
run : php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
100
100
101
- - name : " Send code coverage report to Codecov.io"
102
- uses : codecov/codecov-action@v4
103
- with :
104
- token : ${{ secrets.CODECOV_TOKEN }}
105
- files : .build/coverage/clover.xml
106
-
107
- - name : " Send code coverage report to Codacy"
108
- uses : codacy/codacy-coverage-reporter-action@v1
109
- with :
110
- project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
111
- coverage-reports : .build/coverage/clover.xml
101
+ # - name: "Send code coverage report to Codecov.io"
102
+ # uses: codecov/codecov-action@v4
103
+ # with:
104
+ # token: ${{ secrets.CODECOV_TOKEN }}
105
+ # files: .build/coverage/clover.xml
106
+
107
+ # - name: "Send code coverage report to Codacy"
108
+ # uses: codacy/codacy-coverage-reporter-action@v1
109
+ # with:
110
+ # project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
111
+ # coverage-reports: .build/coverage/clover.xml
112
112
113
113
114
114
build-docs :
You can’t perform that action at this time.
0 commit comments