Replace deprecated bash uploader with the codecov action
This commit is contained in:
commit
fa85db6b7f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -35,4 +35,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: composer run-script phpunit-ci
|
||||
- name: Coverage
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
verbose: true
|
||||
|
Loading…
Reference in New Issue
Block a user