-
Notifications
You must be signed in to change notification settings - Fork 269
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
Solcover giving binary (100% or 0) results on OpenST-Protocol. #267
Comments
@cgewecke Yes, I was indeed able to generate a nice non-binary report. We can close this issue and track the stack too deep @ #248. I fixed it by removing a |
@noslav
|
@cgewecke everything works great! Generated very helpful reports - will be integrating it for TravisCI soon, config file setup directions were really helpful!! |
Running solcover with the following packages on -
develop
ofhttps://github.com/OpenSTFoundation/openst-protocol.git
name: openst-protocol,
version: 0.9.1,
description: ,
devDependencies: {
abi-decoder: 1.0.9,
assert: 1.4.1,
bignumber.js: 4.1.0,
ganache-cli: 6.1.0,
keccak: 1.4.0,
rlp: 2.1.0,
solidity-coverage: ^0.5.5,
solparse: 2.2.5,
truffle: 4.1.8,
web3: 1.0.0-beta.33
author: OpenST Foundation Ltd.,
license: Apache v2.0
results in binary reports - thereby giving unclear directions on test line coverage, kindly point out where the process could be going wrong.
Also one of the errors given during compilation is the following -
~/SimpleToken/openst-protocol/coverageEnv/contracts/OpenSTValue.sol:377:24: CompilerError: Stack too deep, try removing local variables. require(nonces[_redeemer] + 1 == _redeemerNonce);
The text was updated successfully, but these errors were encountered: