Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 15:33
3671bde

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