We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579a7a9 commit f501b93Copy full SHA for f501b93
.github/workflows/ci.yml
@@ -99,15 +99,8 @@ jobs:
99
- name: "Run tests with phpunit"
100
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
101
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
111
-# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
112
-# coverage-reports: .build/coverage/clover.xml
113
+ - name: "Send code coverage report to Codecov.io"
+ uses: codecov/codecov-action@v4
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ files: .build/coverage/clover.xml
0 commit comments