Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #309

Merged
merged 2 commits into from
May 16, 2018
Merged

Fix CI #309

merged 2 commits into from
May 16, 2018

Conversation

bingen
Copy link
Contributor

@bingen bingen commented May 14, 2018

Failed tests were returning 0 (success) due to ganache-cli.sh use.

Failed tests were returning 0 due to ganache-cli.sh use.
Fix issue with IForwarder interface, solidity-coverage was overriding
`pure` clause.
Copy link
Contributor

@sohkai sohkai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/

@@ -40,7 +40,7 @@
"babel-register": "^6.26.0",
"eth-gas-reporter": "^0.1.1",
"ganache-cli": "^6.1.0",
"solidity-coverage": "0.3.5",
"solidity-coverage": "0.4.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow, does this just work now? I remember having to do some funny things in order for this upgrade to work properly (sc-forks/solidity-coverage#182).

We also might as well specify 0.4.15 as the version: https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md#0415--2018-03-28

@bingen bingen merged commit ea8425e into master May 16, 2018
@sohkai sohkai deleted the fix_CI branch May 16, 2018 06:43
bingen pushed a commit that referenced this pull request May 16, 2018
With changes in PR #307 (commit bb6a18d) sending would revert instead
of failing with invalid opcode, so last test needed to change from
`assertInvalidOpcode` to `assertRevert`. We didn't realize because CI was
broken prior to PR #309.
@bingen bingen mentioned this pull request May 16, 2018
MickdeGraaf pushed a commit to MickdeGraaf/aragon-apps that referenced this pull request Jan 28, 2020
ramilexe pushed a commit to ConsiderItDone/aragon-apps that referenced this pull request Dec 9, 2021
ramilexe pushed a commit to ConsiderItDone/aragon-apps that referenced this pull request Dec 9, 2021
With changes in PR aragon#307 (commit 770eaea) sending would revert instead
of failing with invalid opcode, so last test needed to change from
`assertInvalidOpcode` to `assertRevert`. We didn't realize because CI was
broken prior to PR aragon#309.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants