Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@Halleck45 Halleck45 released this 26 Apr 07:46
· 6 commits to main since this release
17f1478

This release introduces the first draft for a major feature: the ability to compare the analysis of two code branches.

Now you can use the --compare-with option to compare with a git tag, sha1, or branch.

ast-metrics analyze --compare-with=main /path/to/your/code

gnome-shell-screenshot-ci072g

New Features

  • Introduced a new command-line flag --compare-with for comparing branches or commits.
  • Updated HTML reporting to include dynamic badges and progress bars based on comparison results.