From f97fa8366f8d2fcf6415d574331a831d2b4731cd Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Wed, 25 Aug 2021 15:40:43 +0300 Subject: [PATCH] replace deprecated bash uploader with the codecov action --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aa478a..a3a6d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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