File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1818 - run :
1919 name : test report html
2020 command : npm run test-clear
21- - run :
22- name : coverage
23- command : npm run coverage
2421 - store_artifacts :
2522 path : test-results.xml
2623 prefix : tests
Original file line number Diff line number Diff line change 55 "main" : " src/index.js" ,
66 "scripts" : {
77 "test" : " nyc --reporter=text-lcov mocha" ,
8- "test-clear" : " nyc --reporter=html mocha" ,
8+ "test-clear" : " nyc --reporter=html --reporter=text mocha" ,
99 "coverage" : " nyc report --reporter=text-lcov | coveralls" ,
1010 "start" : " node src/demo.js" ,
1111 "istanbul" : " istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
You can’t perform that action at this time.
0 commit comments