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