Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (153ae19 2022-06-26T00:04:15.775569508Z)
What command(s) is the bug in?
forge coverage
Operating System
Linux
Describe the bug
Hello,
When working on a weird ERC20 and checking the coverage, I noticed that public functions that just return a value are not marked as covered in the coverage report even if properly tested.


I've prepared a repo in order for you to quickly reproduce the bug: https://github.com/iFrostizz/broken-token-cov-repro
Thanks for the amazing work
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (153ae19 2022-06-26T00:04:15.775569508Z)
What command(s) is the bug in?
forge coverage
Operating System
Linux
Describe the bug
Hello,
When working on a weird ERC20 and checking the coverage, I noticed that public functions that just return a value are not marked as covered in the coverage report even if properly tested.
I've prepared a repo in order for you to quickly reproduce the bug: https://github.com/iFrostizz/broken-token-cov-repro
Thanks for the amazing work