File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 cache : ' npm'
3030 - run : npm ci
3131 - run : npm run test
32- - run : npm run coverage
32+ - run : npm run test- coverage
Original file line number Diff line number Diff line change 2121 "homepage" : " https://sap.github.io/cf-nodejs-logging-support/" ,
2222 "scripts" : {
2323 "build" : " npm run build-json-schema && tsc -p tsconfig.json" ,
24- "test" : " npm run build-json-schema && tsc -p tsconfig.json && node build/main/index.js && mocha 'src/test/**/*.test.js'" ,
24+ "build-json-schema" : " typescript-json-schema 'src/lib/config/interfaces.ts' ConfigObject --noExtraProps --required --out 'src/lib/config/default/config-schema.json'" ,
25+ "prepare" : " npm run build" ,
26+ "test" : " npm run build && node build/main/index.js && mocha 'src/test/**/*.test.js'" ,
2527 "test-lint" : " eslint src --ext .ts" ,
2628 "test-performance" : " mocha 'src/performance-test/*.test.js'" ,
27- "build-json-schema" : " typescript-json-schema 'src/lib/config/interfaces.ts' ConfigObject --noExtraProps --required --out 'src/lib/config/default/config-schema.json'" ,
28- "coverage" : " nyc --reporter=lcov --reporter=text-summary npm run test"
29+ "test-coverage" : " nyc --reporter=lcov --reporter=text-summary npm run test"
2930 },
3031 "engines" : {
3132 "node" : " >=14.14"
You can’t perform that action at this time.
0 commit comments