Skip to content

Fix SimpleCov load order for accurate coverage reporting#34

Merged
saturnflyer merged 1 commit intomainfrom
coverage
Jan 27, 2026
Merged

Fix SimpleCov load order for accurate coverage reporting#34
saturnflyer merged 1 commit intomainfrom
coverage

Conversation

@saturnflyer
Copy link
Member

Ensure test_helper loads before minitest/autorun so SimpleCov's
at_exit handler registers first and runs after tests complete.

Fixed: SimpleCov reporting inaccurate coverage due to at_exit ordering

Ensure test_helper loads before minitest/autorun so SimpleCov's
at_exit handler registers first and runs after tests complete.

Fixed: SimpleCov reporting inaccurate coverage due to at_exit ordering
@saturnflyer saturnflyer requested a review from a team as a code owner January 27, 2026 15:06
@saturnflyer saturnflyer merged commit b2cf85d into main Jan 27, 2026
2 checks passed
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.

2 participants