Skip to content

Conversation

@Schamper
Copy link
Member

@Schamper Schamper commented Nov 26, 2025

Supersedes #68

@Schamper Schamper mentioned this pull request Nov 26, 2025
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.01%. Comparing base (0c89766) to head (a3df7db).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
+ Coverage   77.66%   78.01%   +0.35%     
==========================================
  Files          26       26              
  Lines        2207     2202       -5     
==========================================
+ Hits         1714     1718       +4     
+ Misses        493      484       -9     
Flag Coverage Δ
unittests 78.01% <100.00%> (+0.35%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 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.

Comment on lines +31 to +34
if sys.version_info >= (3, 14):
from compression import zstd
else:
from backports import zstd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

novermin trips on this try except block, add # novermin to ignore this.

Suggested change
if sys.version_info >= (3, 14):
from compression import zstd
else:
from backports import zstd
if sys.version_info >= (3, 14):
from compression import zstd # novermin
else:
from backports import zstd

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.

3 participants