File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 99
99
- name : " Run tests with phpunit"
100
100
run : php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
101
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
- # 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
You can’t perform that action at this time.
0 commit comments