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
This commit was created on github.com and signed with GitHub’s verified signature.
Added
warning if the current scarb version doesn't support not including macros in the coverage report
--unstable flag to enable unstable features. Read more about
it here
Changed
macros are now by default included in the coverage report. If you want to exclude them, use the --include without
the macros option (can also have empty value). This is due to a new stability policy. Read more about
it here
by default, the hit count of the lines will be truncated to 1. This can be changed with the --no-truncation flag.
This is due to a new stability policy. Read more about it here