mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +01:00
fix: add --no-fail flag to coveralls invocation
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"lint": "eslint --cache ./nodebb .",
|
"lint": "eslint --cache ./nodebb .",
|
||||||
"test": "nyc --reporter=html --reporter=text-summary mocha",
|
"test": "nyc --reporter=html --reporter=text-summary mocha",
|
||||||
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
|
"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 --no-fail && rm -r coverage"
|
||||||
},
|
},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|||||||
Reference in New Issue
Block a user