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 message body #255

Merged
merged 10 commits into from
Sep 20, 2023

fix: typo

c8e9b96
Select commit
Loading
Failed to load commit list.
Merged

feat: speed up unmarshalling message body #255

fix: typo
c8e9b96
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 succeeded Sep 20, 2023 in 0s

83.35% (+0.67%) compared to dd74a84

View this Pull Request on Codecov

83.35% (+0.67%) compared to dd74a84

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.67% 🎉

Comparison is base (dd74a84) 82.68% compared to head (c8e9b96) 83.35%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #255      +/-   ##
==========================================
+ Coverage   82.68%   83.35%   +0.67%     
==========================================
  Files          28       28              
  Lines        3275     3281       +6     
  Branches      678      682       +4     
==========================================
+ Hits         2708     2735      +27     
+ Misses        341      333       -8     
+ Partials      226      213      -13     
Files Changed Coverage Δ
src/dbus_fast/_private/unmarshaller.py 94.18% <100.00%> (+4.56%) ⬆️

... and 1 file with indirect coverage changes

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