Skip to content

switch to inspect.getdoc instead of processing docstrings manually

c772029
Select commit
Loading
Failed to load commit list.
Merged

add a deprecation decorator #5

switch to inspect.getdoc instead of processing docstrings manually
c772029
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 10, 2026 in 1s

97.43% (target 1.00%)

View this Pull Request on Codecov

97.43% (target 1.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.43%. Comparing base (2a0be55) to head (c772029).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   96.38%   97.43%   +1.05%     
==========================================
  Files           2        3       +1     
  Lines          83      117      +34     
==========================================
+ Hits           80      114      +34     
  Misses          3        3              
Files with missing lines Coverage Δ
src/scverse_misc/__init__.py 100.00% <100.00%> (ø)
src/scverse_misc/_deprecated.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.