mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
coveralls: use lcov
This commit is contained in:
parent
4e5b566494
commit
61147932b7
@ -15,7 +15,7 @@
|
|||||||
"pretest": "tsc",
|
"pretest": "tsc",
|
||||||
"test": "ng test && nyc mocha --recursive test",
|
"test": "ng test && nyc mocha --recursive test",
|
||||||
"test-backend": "tsc && mocha --recursive test",
|
"test-backend": "tsc && mocha --recursive test",
|
||||||
"coverage": "nyc report --reporter=text-lcov",
|
"coverage": "nyc report --reporter=lcov",
|
||||||
"start": "node ./src/backend/index",
|
"start": "node ./src/backend/index",
|
||||||
"run-dev": "ng build --configuration=dev",
|
"run-dev": "ng build --configuration=dev",
|
||||||
"build-stats": "ng build --stats-json",
|
"build-stats": "ng build --stats-json",
|
||||||
|
Loading…
Reference in New Issue
Block a user