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
forge coverage report shows seemingly-accurate percentages of tested functions for some contract files, but 0% for one that clearly has functions tested: src/ParachainRegistry.sol. The relevant test file is test/testParachainRegistry.t.sol.
To reproduce, run forge coverage for this repo here.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (e807429 2023-05-04T00:04:41.301525000Z)
What command(s) is the bug in?
forge coverage
Operating System
macOS (Apple Silicon)
Describe the bug
Description
forge coverage
report shows seemingly-accurate percentages of tested functions for some contract files, but 0% for one that clearly has functions tested:src/ParachainRegistry.sol
. The relevant test file istest/testParachainRegistry.t.sol
.forge coverage
for this repo here.Apologies if this is a duplicate issue, but I didn't see the specific case searching, or here, but maybe related to this one.
The text was updated successfully, but these errors were encountered: