codemetrics complexity gate
Version updated for https://github.com/richardwooding/codemetrics to version v0.12.4.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The codemetrics action automates code complexity analysis across multiple programming languages, providing both cyclomatic and cognitive complexity metrics. It is a CLI tool that can be installed via Homebrew or go install, and it can also serve as a GitHub Action to gate pull requests based on function complexity. The action installs the latest codemetrics binary for the runner and fails the check if any function in the PR exceeds a specified threshold.
What’s Changed
Changelog
Others
- 1b1bb8cb76601a49436800c91dae91d1a6e4d74f: chore(deps): Bump github.com/odvcencio/gotreesitter (#34) (@dependabot[bot])