File tree Expand file tree Collapse file tree 4 files changed +8
-30
lines changed Expand file tree Collapse file tree 4 files changed +8
-30
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ workflows:
8383 build :
8484 jobs :
8585 - unit-test
86- # Temporarily disabled due to unskipped GSN gas measurement tests
87- # - e2e-zeppelin
86+ - e2e-zeppelin
8887 - e2e-metacoin
8988 - e2e-metacoin-windows
9089 - e2e-nomiclabs
Original file line number Diff line number Diff line change 2424 "author" : " " ,
2525 "license" : " ISC" ,
2626 "dependencies" : {
27- "@solidity-parser/parser" : " ^0.8 .1" ,
27+ "@solidity-parser/parser" : " ^0.10 .1" ,
2828 "@truffle/provider" : " ^0.2.24" ,
2929 "chalk" : " ^2.4.2" ,
3030 "death" : " ^1.1.0" ,
Original file line number Diff line number Diff line change @@ -97,33 +97,12 @@ echo ""
9797cd ..
9898git clone https://github.com/sc-forks/example-buidler-ethers.git
9999cd example-buidler-ethers
100- npm install --silent
100+ yarn
101101
102102# Install and run solidity-coverage @ PR
103- npm install --save-dev --silent $PR_PATH
103+ yarn add $PR_PATH --dev
104104cat package.json
105105
106106npx buidler coverage
107107
108108verifyCoverageExists
109-
110- echo " "
111- echo " >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
112- echo " Complex: MolochDao/moloch "
113- echo " >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
114- echo " "
115-
116- # Install sc-forks/moloch
117- cd ..
118- git clone https://github.com/sc-forks/moloch.git
119- cd moloch
120- npm install --silent
121- npm uninstall --save-dev --silent solidity-coverage
122-
123- # Install and run solidity-coverage @ PR
124- # Should run on network 'localhost'
125- npm install --save-dev --silent $PR_PATH
126- npm run coverage
127-
128- verifyCoverageExists
129-
Original file line number Diff line number Diff line change 473473 version "0.7.0"
474474 resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
475475
476+ " @solidity-parser/parser@^0.10.1 " :
477+ version "0.10.1"
478+ resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.10.1.tgz#d3680d1ebebed21eee67f58a41eb92175204f0c7"
479+
476480" @solidity-parser/parser@^0.5.2 " :
477481 version "0.5.2"
478482 resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.5.2.tgz#4d74670ead39e4f4fdab605a393ba8ea2390a2c4"
485489 version "0.8.2"
486490 resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.8.2.tgz#a6a5e93ac8dca6884a99a532f133beba59b87b69"
487491
488- " @solidity-parser/parser@^0.8.1 " :
489- version "0.8.1"
490- resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.8.1.tgz#1b606578af86b9ad10755409804a6ba83f9ce8a4"
491-
492492" @szmarczak/http-timer@^1.1.2 " :
493493 version "1.1.2"
494494 resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
You can’t perform that action at this time.
0 commit comments