Skip to content

Commit 44678a8

Browse files
committed
codecov v2
1 parent 25a33d8 commit 44678a8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,8 @@ jobs:
130130
- name: "Collect code coverage with Xdebug and phpunit/phpunit"
131131
run: vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
132132

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 }}
133+
- name: "Send code coverage report to codecov.io"
134+
uses: codecov/codecov-action@v2
139135

140136
mutation-tests:
141137
name: "Mutation Tests"

0 commit comments

Comments
 (0)