File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ workflows:
7575 # TODO: re-enable
7676 # - e2e-zeppelin
7777 # - e2e-metacoin
78- nightly :
79- triggers :
80- - schedule :
81- cron : " 0 1 * * *" # 1am UTC
82- filters :
83- branches :
84- only :
85- - master
86- jobs :
78+ # nightly:
79+ # triggers:
80+ # - schedule:
81+ # cron: "0 1 * * *" # 1am UTC
82+ # filters:
83+ # branches:
84+ # only:
85+ # - master
86+ # jobs:
8787 # TODO: re-enable
8888 # - e2e-zeppelin
8989 # - e2e-colony
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "test" : " mocha test/units --timeout 70000 --no-warnings" ,
12- "test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- --timeout 70000 --exit"
12+ "test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- test/units --timeout 70000 --exit"
1313 },
1414 "homepage" : " https://github.com/sc-forks/solidity-coverage" ,
1515 "repository" : {
You can’t perform that action at this time.
0 commit comments