Unverified Commit a09cf147 by Nicolás Venturo Committed by GitHub

Bring back coverage report. (#1620)

* Add back solidity-coverage (using fork).

* Pin fork version.
parent f80c65ff
...@@ -25,11 +25,10 @@ jobs: ...@@ -25,11 +25,10 @@ jobs:
name: "Unit tests" name: "Unit tests"
script: npm run test script: npm run test
# solidity-coverage fails at parsing 0.5.x code - stage: tests
# - stage: tests name: "Unit tests with coverage report"
# name: "Unit tests with coverage report" script: npm run test
# script: npm run test env: SOLIDITY_COVERAGE=true
# env: SOLIDITY_COVERAGE=true
- stage: tests - stage: tests
name: "Unit tests using solc nightly" name: "Unit tests using solc nightly"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"openzeppelin-test-helpers": "^0.1.1", "openzeppelin-test-helpers": "^0.1.1",
"pify": "^4.0.1", "pify": "^4.0.1",
"solhint": "^1.5.0", "solhint": "^1.5.0",
"solidity-coverage": "^0.5.4", "solidity-coverage": "https://github.com:rotcivegaf/solidity-coverage.git#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
"truffle": "^5.0.0" "truffle": "^5.0.0"
}, },
"dependencies": {} "dependencies": {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment