Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sys.version_info to guard imports #1177

Merged
merged 2 commits into from
Aug 28, 2024

Merge branch 'main' into conditional.imports

90a7a2e
Select commit
Loading
Failed to load commit list.
Merged

Use sys.version_info to guard imports #1177

Merge branch 'main' into conditional.imports
90a7a2e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 28, 2024 in 0s

81.5% (-0.2%) compared to d553546

View this Pull Request on Codecov

81.5% (-0.2%) compared to d553546

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.5%. Comparing base (d553546) to head (90a7a2e).
Report is 128 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1177     +/-   ##
=======================================
- Coverage   81.7%   81.5%   -0.2%     
=======================================
  Files         54      60      +6     
  Lines       4208    4756    +548     
  Branches     889    1016    +127     
=======================================
+ Hits        3439    3880    +441     
- Misses       574     646     +72     
- Partials     195     230     +35     

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