What is code coverage?

@abcoathup what is that exactly?

1 Like

@abcoathup what is code coverage? Also, are there some simple tests for crowdsale.sol?

1 Like

Hi @crypto_economics,

See the description in Test smart contracts like a rockstar for code coverage, basically it tells you how much of your code your tests cover.

The guide isn't completely up to date but the concepts are covered.

I added some simple tests to Simple ERC20 Crowdsale.

1 Like

@abcoathup very interesting. I will take a look. As always, this is extremely helpful - thank you.

1 Like