Skip to content

Dissolve coverage_gaps_test.go into the themed test files - #609

Merged
semihalev merged 1 commit into
mainfrom
test/dissolve-coverage-file
Sep 1, 2026
Merged

Dissolve coverage_gaps_test.go into the themed test files#609
semihalev merged 1 commit into
mainfrom
test/dissolve-coverage-file

Conversation

@semihalev

Copy link
Copy Markdown
Owner

The file name described the session that produced the tests, not the behavior they pin — process-bound naming, the class we flag in review. Rather than rename it, the file dissolves into where each test belongs: the AXFR run-loop lifecycle joins axfr_test.go; the response-action, neutral-gate, and decoded-path tests join sidecar_test.go alongside the harness helper they share. Pure move — no test logic changed; suite, vet, and lint clean.

The file was named for the process that produced it, not for what it
pins — meaningless to a future reader. The feed lifecycle test joins
axfr_test.go; the response-action, neutral-gate, and decoded-path tests
join sidecar_test.go with the serve helper they share. No test changed.
@semihalev
semihalev merged commit 4749ee2 into main Sep 1, 2026
7 of 8 checks passed
@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.06%. Comparing base (aeeb4ae) to head (5aa5681).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #609      +/-   ##
==========================================
- Coverage   87.10%   87.06%   -0.05%     
==========================================
  Files         182      182              
  Lines       23108    23108              
==========================================
- Hits        20129    20119      -10     
- Misses       2969     2979      +10     
  Partials       10       10              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@semihalev
semihalev deleted the test/dissolve-coverage-file branch September 1, 2026 07:19
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