Skip to content

Commit f501b93

Browse files
committed
:octocat: enable codecov
1 parent 579a7a9 commit f501b93

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/ci.yml

+5-12
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,8 @@ jobs:
9999
- name: "Run tests with phpunit"
100100
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
101101

102-
# - name: "Send code coverage report to Codecov.io"
103-
# uses: codecov/codecov-action@v4
104-
# with:
105-
# token: ${{ secrets.CODECOV_TOKEN }}
106-
# files: .build/coverage/clover.xml
107-
108-
# - name: "Send code coverage report to Codacy"
109-
# uses: codacy/codacy-coverage-reporter-action@v1
110-
# with:
111-
# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
112-
# coverage-reports: .build/coverage/clover.xml
113-
102+
- name: "Send code coverage report to Codecov.io"
103+
uses: codecov/codecov-action@v4
104+
with:
105+
token: ${{ secrets.CODECOV_TOKEN }}
106+
files: .build/coverage/clover.xml

0 commit comments

Comments
 (0)