Skip to content

Commit

Permalink
[GH-38] WIP LCOV
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojvritx committed Dec 13, 2023
1 parent 89d8a20 commit 6c48378
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://github.com/vinjatovix/ts-api#readme",
"engines": {
"node": ">=20.9.0",
"npm": ">=10.1.0"
"npm": ">=8.19.2"
},
"scripts": {
"build": "npm run build:clean && npm run build:tsc && npm run build:di",
Expand All @@ -34,7 +34,8 @@
"test:features": "cucumber-js -p apiApp",
"test:unit": "jest --detectOpenHandles --forceExit",
"test:unit:watch": "jest --watch --detectOpenHandles --forceExit",
"test:combined": "nyc merge .nyc_output 'coverage/*.json' && nyc report --reporter=text-lcov > coverage/lcov.info"
"test:merge": "nyc merge .nyc_output 'coverage/combined.json'|| exit 1",
"test:combined": "npm run test:merge && nyc report --reporter=text-lcov > coverage/lcov.info && nyc report --reporter=html || exit 1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 6c48378

Please sign in to comment.