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:
Pavel 2021-08-25 15:40:43 +03:00
parent 3d666332c3
commit f97fa8366f

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