Skip to content

0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 09:34
· 20 commits to main since this release
dd40d8d

Added

  • cairo-coverage clean command to remove all generated files. This is useful as by default, if a coverage report
    already exists, the new report is appended to it. So if you want to start fresh, you can use this command.

Changed

  • cairo-coverage is now up to 2x faster. This is achieved by using multiple threads
  • cairo-coverage must be called within a scarb-managed workspace as now it uses scarb metadata to infer the project
    root directory
  • .cairo-coverage-ignore file now is only accepted in the project root directory