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

[Test Suite] truffle test on all ignored by coverage #492

Open
bh2smith opened this issue Jan 22, 2020 · 0 comments
Open

[Test Suite] truffle test on all ignored by coverage #492

bh2smith opened this issue Jan 22, 2020 · 0 comments

Comments

@bh2smith
Copy link
Contributor

Some gas estimation tests are ignored by solidity-coverage in CI via the @skip-on-coverage tag (using mocha -g). However, it is important that these tests are run via truffle test. At the moment, we have to put the test in a separate file and run truffle test on this separate file.

Truffle currently has an open issue trufflesuite/truffle#2080 that would help ensure that no tests are accidentally untested via either solidity-coverage or truffle test.

This issue was open because of the discussion in #486.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant