We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a33d8 commit 44678a8Copy full SHA for 44678a8
1 file changed
.github/workflows/continuous-integration.yml
@@ -130,12 +130,8 @@ jobs:
130
- name: "Collect code coverage with Xdebug and phpunit/phpunit"
131
run: vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
132
133
- # Not using codecov/codecov-action for now, as the build is prohibitively slow
134
- - name: "Download code coverage uploader for Codecov.io"
135
- run: curl -s https://codecov.io/bash -o codecov
136
-
137
- - name: "Send code coverage report to Codecov.io"
138
- run: bash codecov -t ${{ secrets.CODECOV_TOKEN }}
+ - name: "Send code coverage report to codecov.io"
+ uses: codecov/codecov-action@v2
139
140
mutation-tests:
141
name: "Mutation Tests"
0 commit comments