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:
9898 - name : " Run tests with phpunit"
9999 run : php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
100100
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
112112
113113
114114 build-docs :
You can’t perform that action at this time.
0 commit comments