Skip to content

DO NOT MERGE - Gut tests for CI coverage behaviour testing#1102

Draft
stevelittlefish wants to merge 2 commits into
masterfrom
test/coverage
Draft

DO NOT MERGE - Gut tests for CI coverage behaviour testing#1102
stevelittlefish wants to merge 2 commits into
masterfrom
test/coverage

Conversation

@stevelittlefish
Copy link
Copy Markdown
Contributor

Warning

THIS PR MUST NEVER BE MERGED. It exists solely to observe CI behaviour under near-zero test coverage conditions. Close it when done.

What this does

All test method bodies (94 files) have been replaced with pass. Tests still run and are discoverable by pytest, but no source code in tank/ is exercised, resulting in near-zero coverage.

Why

CI pipeline investigation — observing how the coverage reporting and any coverage thresholds/gates behave when coverage collapses.

Reverting

git checkout master -- tests/

🤖 Generated with Claude Code

stevelittlefish and others added 2 commits June 3, 2026 17:36
All test method bodies replaced with `pass` so tests still run/discover
but exercise no source code. This is intentional to observe CI behaviour
under low coverage conditions.

Revert with: git checkout master -- tests/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
All test_* method bodies replaced with `pass` (setUp/tearDown preserved
so the test lifecycle works). Tests run and pass cleanly but exercise
no source code, resulting in near-zero coverage.

Revert with: git checkout master -- tests/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.98%. Comparing base (607bb28) to head (1531773).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1102       +/-   ##
===========================================
- Coverage   79.45%   55.98%   -23.47%     
===========================================
  Files         198      198               
  Lines       20769    20769               
===========================================
- Hits        16502    11628     -4874     
- Misses       4267     9141     +4874     
Flag Coverage Δ
Linux 55.63% <ø> (-23.29%) ⬇️
Python-3.10 55.81% <ø> (-23.46%) ⬇️
Python-3.11 55.73% <ø> (-23.44%) ⬇️
Python-3.13 55.73% <ø> (-23.44%) ⬇️
Python-3.9 55.78% <ø> (-23.45%) ⬇️
Windows 55.66% <ø> (-23.29%) ⬇️
macOS 55.62% <ø> (-23.31%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

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