Releases: autometrics-dev/diff-metrics
Version 2.1.0
This release adapts the action to the underlying change in am_list
Using the action with the version 2.1
or more is compatible with am_list on version 0.3
Using the action with the version 2.0
or less is compatible with am_list
on versions 0.2
and less.
Version 2.0.0
Version 2
Breaking change
- the
rust-roots
argument has been renamedrs-roots
Other changes
The action now supports Python projects, and will start using the node 20
runtime instead of node 16
Version 1.2.0
Add support for Golang projects scanning
Version 1.1.0
This version adds Typescript support to the reports in the action
Use ts-roots
argument to specify typescript codebases to check for autometrics annotations
Version 1.0.2
- Simple README fixes
Version 1.0.1
Version 1.0.1
- Change the name of the action on the marketplace
- Fix README information
- Change the format of the report a bit
Initial release of diff-metrics
This action scans the Pull Request differences and produces a comment that reports all the Autometrics-related changes in the changes.
This allows ops-oriented people to get a quick overview on the monitoring impact of the PR; and enables dev-oriented people to get a code-quality metric that's oriented towards monitoring.
If a PR has good autometrics coverage, you know that any issue with the new code is going to have monitoring data for investigation as well as potentially trigger alerts