Commit d15716c
committed
refactor: code quality improvements and documentation updates
Important Changes:
- Updated README.md: default threshold 0.7 β 0.3, test count 243 β 190
- Deleted internal analysis documents from root directory
Code Quality Improvements:
- Added constants to tests/conftest.py (AUTH_FILE, USER_FILE, FILE_PY, UTILS_FILE)
- Removed unused variable 'uncovered_percentage' in reporting.py
- Fixed f-strings without placeholders in cli.py and verify_tracing.py
Previous Changes (also in this commit):
- Fixed all 8 reporting logic inconsistencies
- Changed default threshold from 70% to 30% across codebase
- Added helper methods: get_sorted_subset_duplicates(), get_duplicate_count(), get_statistics()
- Standardized percentage formatting to .1% everywhere
- Added metadata to all report formats (CSV, JSON, HTML)
- Added informative user output with analysis parameters
- Updated CLI help text with clearer descriptions
- Deleted 10 redundant documentation files
All 190 tests passing β
1 parent 2faada9 commit d15716c
26 files changed
Lines changed: 335 additions & 3474 deletions
File tree
- docs
- examples/python
- src/testiq
- tests
- cov_checks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
This file was deleted.
0 commit comments