Skip to content

Commit 4c98b05

Browse files
committed
:octocat: enable codecov
1 parent 0a4d651 commit 4c98b05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ jobs:
105105
- name: "Run tests with phpunit"
106106
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
107107

108-
# - name: "Send code coverage report to Codecov.io"
109-
# uses: codecov/codecov-action@v4
110-
# with:
111-
# token: ${{ secrets.CODECOV_TOKEN }}
112-
# files: .build/coverage/clover.xml
108+
- name: "Send code coverage report to Codecov.io"
109+
uses: codecov/codecov-action@v5
110+
with:
111+
token: ${{ secrets.CODECOV_TOKEN }}
112+
files: .build/coverage/clover.xml
113113

114114
# - name: "Send code coverage report to Codacy"
115115
# uses: codacy/codacy-coverage-reporter-action@v1

0 commit comments

Comments
 (0)