From d02f8eafe8e34e33971c2e6dad2449cf1655ac99 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Fri, 30 Dec 2022 12:18:54 -0800 Subject: [PATCH] Update codecoverage reporting (#1532) --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e556084..88981371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: env: CI: true - - uses: codecov/codecov-action@v3 + - name: upload coverage + if: success() + uses: codecov/codecov-action@v3.1.1 with: - fail_ci_if_error: true + name: ${{ runner.os }} node.js ${{ matrix.node-version }}