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

fix: relax typing on _fn_result_to_body to allow Any #212

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Jul 27, 2023

another cython3 fix for incorrect typing

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.07% ⚠️

Comparison is base (c40c7bc) 82.46% compared to head (2e29bd8) 82.40%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
- Coverage   82.46%   82.40%   -0.07%     
==========================================
  Files          27       27              
  Lines        3171     3171              
  Branches      655      655              
==========================================
- Hits         2615     2613       -2     
- Misses        342      343       +1     
- Partials      214      215       +1     
Files Changed Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/service.py 88.65% <ø> (ø)

... and 1 file with indirect coverage changes

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

@bdraco bdraco marked this pull request as ready for review July 27, 2023 20:38
@bdraco bdraco merged commit 2f5fc38 into main Jul 27, 2023
@bdraco bdraco deleted the result_any branch July 27, 2023 20:38
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.

2 participants