Skip to content

Releases: gcattan/git-quality-check

v0.1.3

23 Sep 10:21
3b55710
Compare
Choose a tag to compare

What's Changed

  • Update test-action.yml by @gcattan in #36
  • Update README.md by @gcattan in #37
  • Bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #39
  • Bump actions/checkout from 3 to 4 by @dependabot in #41
  • Format Python code with psf/black push by @github-actions in #43

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Dec 19:18
88cc1c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

10 Dec 20:24
a9caa35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1...v0.1.1

v0.1

12 Sep 07:46
4f2dd21
Compare
Choose a tag to compare

What's Changed

  • Format Python code with psf/black push by @github-actions in #4
  • Create formatter.yml by @gcattan in #3
  • Format Python code with psf/black push by @github-actions in #6
  • Python module refacto by @gcattan in #5
  • pytest integration by @gcattan in #9
  • Pytest utils by @gcattan in #11

Full Changelog: v0.0-beta...v0.1

v0.0-beta

30 Mar 06:50
Compare
Choose a tag to compare
v0.0-beta Pre-release
Pre-release
  • Correct bug in the computation of coupling.
  • Improve formatting of the overall score.

v0.0-alpha

29 Mar 18:48
Compare
Choose a tag to compare
v0.0-alpha Pre-release
Pre-release

A simple python script that estimates:

  • the percent of commit containing "bad" words
  • the percent of commit with "test" word
  • the percent of branches with age > 2 months
  • the percent of coupled branches.

The script then outputs an overall score.