Skip to content

Added `#pragma no cover` to all `if TYPE_CHECKING:` blocks

ce21be6
Select commit
Loading
Failed to load commit list.
Closed

This PR forces the use of from __future__ import annotations throughout cmd2 #1444

Added `#pragma no cover` to all `if TYPE_CHECKING:` blocks
ce21be6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 8, 2025 in 0s

98.57% (+0.02%) compared to 491e559

View this Pull Request on Codecov

98.57% (+0.02%) compared to 491e559

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.57%. Comparing base (491e559) to head (ce21be6).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1444      +/-   ##
==========================================
+ Coverage   98.55%   98.57%   +0.02%     
==========================================
  Files          20       20              
  Lines        5742     5753      +11     
==========================================
+ Hits         5659     5671      +12     
+ Misses         83       82       -1     

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