Refine calculation of Code Refactoring Ratio to handle ratios under 1.0 #1
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The calculations of Code Refactoring Ratio needs to be revised because it is non-continugous:
https://github.com/amclin/devopsculture/blob/master/_kpis/code-refactoring.md#todo-future-refinement
With these definitions, a Refactoring Ratio of undefined is ideal (lots of code changes, with no test changes). But a fractional Refactoring Ratio value between 0 and 1 is bad as it indicates code changes require significantly more testing.
The text was updated successfully, but these errors were encountered: