Skip to content

Fix #39: Remove misleading test/code ratio metric#46

Merged
csharpfritz merged 6 commits into
FritzAndFriends:mainfrom
csharpfritz:fix-coveragecount
Jan 20, 2026
Merged

Fix #39: Remove misleading test/code ratio metric#46
csharpfritz merged 6 commits into
FritzAndFriends:mainfrom
csharpfritz:fix-coveragecount

Conversation

@csharpfritz

Copy link
Copy Markdown
Contributor

No description provided.

Improved reporting of packages
Added AoT building and delivery at release time

Add tests for package version mismatch detection and improve reportin… (FritzAndFriends#29)

Add config file support (FritzAndFriends#36)
The 'Test/Code Ratio' metric was comparing lines of test code to total
lines of code, which is NOT code coverage. True code coverage measures
what percentage of production code is executed by tests.

Removed:
- 'Test Lines of Code' metric
- 'Test/Code Ratio' metric (was misleading users into thinking this was coverage)

The health dashboard still reports:
- Production Projects count
- Test Projects count (with warning if zero)
- Total Lines of Code

Actual code coverage support can be added in the future via issue #8.
@csharpfritz csharpfritz merged commit d9e4383 into FritzAndFriends:main Jan 20, 2026
3 checks passed
@csharpfritz csharpfritz deleted the fix-coveragecount branch January 20, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant