Skip to content

Commit

Permalink
codecov v2
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Oct 22, 2021
1 parent 25a33d8 commit 44678a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,8 @@ jobs:
- name: "Collect code coverage with Xdebug and phpunit/phpunit"
run: vendor/bin/phpunit --coverage-clover=build/logs/clover.xml

# Not using codecov/codecov-action for now, as the build is prohibitively slow
- name: "Download code coverage uploader for Codecov.io"
run: curl -s https://codecov.io/bash -o codecov

- name: "Send code coverage report to Codecov.io"
run: bash codecov -t ${{ secrets.CODECOV_TOKEN }}
- name: "Send code coverage report to codecov.io"
uses: codecov/codecov-action@v2

mutation-tests:
name: "Mutation Tests"
Expand Down

0 comments on commit 44678a8

Please sign in to comment.