Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:27
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
32a2203

Minor Changes

  • #16 8f86866 Thanks @manufacturist! - codacy repo --output json now includes a fileCount field on the repository object, plucked from coverage.numberTotalFiles on the existing getRepositoryWithAnalysis response. The field is present even on repos without coverage data, so no extra API call is needed. Lets consumers (e.g. the configure-codacy-cloud skill) read repo size without a separate roundtrip.