Skip to content

Commit

Permalink
Merge branch '7.5' into 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 6, 2019
2 parents 67f9e35 + 69dc627 commit a5e06b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@ jobs:
- name: Run tests with phpunit
run: ${{ matrix.php-binary }} -d assert.exception=1 -d zend.assertions=1 ./phpunit --coverage-clover=coverage.xml

- 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
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash codecov
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit a5e06b6

Please sign in to comment.