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 @@ -80,15 +80,15 @@ workflows:
80
80
# TODO: re-enable
81
81
# - e2e-zeppelin
82
82
# - e2e-metacoin
83
- nightly :
84
- triggers :
85
- - schedule :
86
- cron : " 0 1 * * *" # 1am UTC
87
- filters :
88
- branches :
89
- only :
90
- - master
91
- jobs :
83
+ # nightly:
84
+ # triggers:
85
+ # - schedule:
86
+ # cron: "0 1 * * *" # 1am UTC
87
+ # filters:
88
+ # branches:
89
+ # only:
90
+ # - master
91
+ # jobs:
92
92
# TODO: re-enable
93
93
# - e2e-zeppelin
94
94
# - e2e-colony
Original file line number Diff line number Diff line change 9
9
},
10
10
"scripts" : {
11
11
"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"
13
13
},
14
14
"homepage" : " https://github.com/sc-forks/solidity-coverage" ,
15
15
"repository" : {
You can’t perform that action at this time.
0 commit comments