File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,22 @@ Changelog
33=========
44
55
6- 2.5.3 (2024-04-19 )
6+ 2.5.5 (2024-04-26 )
77==================
88
99Main goal was to reduce the **Cyclomatic Complexity ** (McCabe) in the source code.
10- - A new CI acceptance criteria was set to reject code with Complexity above 5!
11- - Refactored code.
10+
11+ Refactored code in `tests ` to reduce Cyclomatic Complexity (McCabe) below 5
12+
13+ - Currently, only 9 test functions exceed Cyclomatiic Complexity of 5.
14+ - Also, update Acceptance Criteria to max value **9 ** (previous 11) for Cyclomatic Complexity (McCabe) in CI
15+
16+
17+ 2.5.4 (2024-04-19)
18+ ==================
19+
20+ Main goal was to reduce the **Cyclomatic Complexity ** (McCabe) in the source code.
21+ - All python function code in `src `, have a maximum of **5 ** McCabe Cyclomatic Complexity!
1222
1323Also redesigned the way we generated alternative docs sites (ie mkdocs, pshinx) by using
1424"if" noditional jinja expressions as fodler names.
You can’t perform that action at this time.
0 commit comments