From 3fab2074bdc492c484fa6b63e3d1b5204c9f3d18 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 27 Feb 2026 13:03:22 -0500 Subject: [PATCH] fix: restore coveralls script, update gh action to ignore failures --- .github/workflows/test.yaml | 2 ++ install/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 01d11edb79..b90984c2c3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -198,6 +198,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: ${{ matrix.os }}-node-${{ matrix.node }}-db-${{ matrix.database }} parallel: true + fail-on-error: false finish: permissions: @@ -210,3 +211,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true + fail-on-error: false diff --git a/install/package.json b/install/package.json index 20ded0fedc..698a2ed1a2 100644 --- a/install/package.json +++ b/install/package.json @@ -14,7 +14,7 @@ "lint": "eslint --cache ./nodebb .", "test": "nyc --reporter=html --reporter=text-summary mocha", "coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info", - "coveralls": "nyc report --reporter=text-lcov | coveralls; rm -r coverage" + "coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage" }, "nyc": { "exclude": [