HarvardWestlake / Wolvercoin

Wolvercoin code creation
2 stars 5 forks source link

Token._burn coverage has gone from 0 to 75% #128

Open Steuchinator opened 1 year ago

Steuchinator commented 1 year ago

Assertion passed, function worked and was covered. Someone ended up fixing the voting test coverage, so I switched to Token testing.

Steuchinator commented 1 year ago

Tested Token through the voting tester because voting uses it, thought this might need clarification.

matthewk8819 commented 1 year ago

contract: VotingAndRep - 79.2% VotingAndRep.proposeVote - 87.5% VotingAndRep.vote - 87.5% VotingAndRep.finishVote - 76.7% VotingAndRep._burn - 75.0% VotingAndRep.mint - 75.0% VotingAndRep.resetVotablity - 75.0% VotingAndRep.setDisabled - 50.0%