You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running radon shows that the cyclomatic complexity for the generate_changelog function is much higher than any other function contained within the codebase.
$ radon cc -s changelog_generator/generator.py
changelog_generator/generator.py
F 14:0 generate_changelog - C (19)
This makes it a good candidate for refactoring and for improving the unit test coverage.
The text was updated successfully, but these errors were encountered:
Running radon shows that the cyclomatic complexity for the
generate_changelog
function is much higher than any other function contained within the codebase.This makes it a good candidate for refactoring and for improving the unit test coverage.
The text was updated successfully, but these errors were encountered: