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: add additional typing #100

Merged
merged 1 commit into from
Oct 10, 2022
Merged

feat: add additional typing #100

merged 1 commit into from
Oct 10, 2022

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 10, 2022

No description provided.

self.flags = (
flags if type(flags) is MessageFlag else MessageFlag(bytes([flags]))
)
self.flags = flags if type(flags) is MessageFlag else MessageFlag(flags)
Copy link
Member Author

Choose a reason for hiding this comment

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

This looks like it was actually a bug

@codecov
Copy link

codecov bot commented Oct 10, 2022

Codecov Report

Base: 81.49% // Head: 81.49% // No change to project coverage 👍

Coverage data is based on head (70fb9c2) compared to base (4648d29).
Patch coverage: 92.85% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #100   +/-   ##
=======================================
  Coverage   81.49%   81.49%           
=======================================
  Files          25       25           
  Lines        2966     2966           
  Branches      573      573           
=======================================
  Hits         2417     2417           
  Misses        338      338           
  Partials      211      211           
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/errors.py 87.75% <100.00%> (+0.25%) ⬆️
src/dbus_fast/message.py 95.45% <100.00%> (-0.06%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco marked this pull request as ready for review October 10, 2022 23:13
@bdraco bdraco merged commit cde1893 into main Oct 10, 2022
@bdraco bdraco deleted the typing_2 branch October 10, 2022 23:13
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.

1 participant