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

feat: speed up unmarshalling Variants #254

Merged
merged 1 commit into from
Sep 20, 2023

feat: speed up unmarshalling Variants

5a48d02
Select commit
Loading
Failed to load commit list.
Merged

feat: speed up unmarshalling Variants #254

feat: speed up unmarshalling Variants
5a48d02
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Sep 20, 2023 in 0s

82.83% (-0.46%) compared to f9b61b8

View this Pull Request on Codecov

82.83% (-0.46%) compared to f9b61b8

Details

Codecov Report

Patch coverage: 33.33% and project coverage change: -0.46% ⚠️

Comparison is base (f9b61b8) 83.29% compared to head (5a48d02) 82.83%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #254      +/-   ##
==========================================
- Coverage   83.29%   82.83%   -0.46%     
==========================================
  Files          28       28              
  Lines        3269     3275       +6     
  Branches      678      678              
==========================================
- Hits         2723     2713      -10     
- Misses        330      338       +8     
- Partials      216      224       +8     
Files Changed Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/_private/unmarshaller.py 89.62% <35.29%> (-5.36%) ⬇️

... and 2 files with indirect coverage changes

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