Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 22:14
· 13 commits to main since this release
v0.1.0
6730395

Version 0.1.0

Added

  • (cli) Add --help flag
  • (context) Add --context=all option
  • (git) Add --git-scope flag
  • (output) Restyle human and raw formats
  • (output) Add --counts flag
  • (output) Show coverage counts
  • (git) Implement diff filtering
  • (cover) Filter coverdata by source
  • Initial commit

Changed

  • (pipeline) Use nested file map
  • (pipeline) Thread state through foldl
  • (opts) Pass full options to modules
  • (cover) Move file resolution to source module
  • (source) Extract file resolution
  • Remove all type specs

Fixed

  • (source) Trim trailing empty line
  • (source) Add context lines to regions
  • (output) Silence noise, use relative paths
  • (source) Move elp:ignore to correct line