File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ install:
2424 - npm install
2525
2626after_install :
27- - echo "echoing in after_install steps"
27+ - ' echo "echoing in after_install steps" '
2828
2929
3030before_script :
@@ -37,7 +37,7 @@ script:
3737 - npm run test
3838
3939after_success :
40- - echo ' please write auto merge script here'
40+ - ' echo " please write auto merge script here" '
4141
4242env :
4343 global :
@@ -49,7 +49,7 @@ after_failure:
4949 - echo "echoing in after_failure steps"
5050
5151after_script :
52- - echo "echoing in after_script steps and will public coverage to coveralls"
52+ - ' echo "echoing in after_script steps and will public coverage to coveralls" '
5353 - ' cat ./coverage/lcov.info | coveralls'
5454
5555
Original file line number Diff line number Diff line change 3333 },
3434 "jest" : {
3535 "testEnvironment" : " node" ,
36- "rootDir" :" __tests__"
36+ "rootDir" :" __tests__" ,
37+
38+ "coverageDirectory" : " ../coverage" ,
39+ "collectCoverage" : true
40+
3741 },
3842 "scripts" : {
3943 "prepublish" : " nsp check" ,
You can’t perform that action at this time.
0 commit comments