From 2cdaf86eb50f0684663f17872a4e1c0849d5402e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Wed, 1 May 2024 12:24:07 +0200 Subject: [PATCH] ci: switch to codecov-action --- .github/workflows/nodejs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e6d0bd0f..771316cf 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -120,7 +120,10 @@ jobs: - name: Run tests run: | npm test - bash <(curl -s https://codecov.io/bash) + - uses: codecov/codecov-action@v3 + timeout-minutes: 2 + with: + fail_ci_if_error: false - name: Serve webui run: | npm run serve &