fix: restore coveralls script, update gh action to ignore failures

This commit is contained in:
Julian Lam
2026-02-27 13:03:22 -05:00
parent 95ea376af5
commit 3fab2074bd
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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": [