From e6b61dbd0fe0a37ce2797326ad9d8bfb573dde8b Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Sun, 8 May 2022 10:16:41 +0200 Subject: [PATCH] chore: Remove the -y parameter from pnpx --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ac5bad..02ec706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Test run: pnpm run ci - name: Coverage - run: pnpx -y codecov + run: pnpx codecov --disable=gcov - name: Publish uses: cycjimmy/semantic-release-action@v2 with: