Skip to content

Commit 48e0605

Browse files
committed
:octocat:
1 parent f697120 commit 48e0605

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)