1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Replace deprecated bash uploader with the codecov action

This commit is contained in:
Alex Lushpai 2021-08-25 15:50:20 +03:00 committed by GitHub
commit fa85db6b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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