You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Some gas estimation tests are ignored by
solidity-coverage
in CI via the@skip-on-coverage
tag (usingmocha -g
). However, it is important that these tests are run viatruffle 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
ortruffle test
.This issue was open because of the discussion in #486.
The text was updated successfully, but these errors were encountered: