Bluetooth-Devices / dbus-fast

A faster version of dbus-next
MIT License
35 stars 8 forks source link

feat: add support for tuples to the marshaller #267

Closed bdraco closed 10 months ago

bdraco commented 10 months ago

fixes test failures seen in https://github.com/home-assistant/supervisor/pull/4681

codecov[bot] commented 10 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (1586221) 83.34% compared to head (6d20da8) 83.53%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #267 +/- ## ========================================== + Coverage 83.34% 83.53% +0.18% ========================================== Files 28 28 Lines 3290 3291 +1 Branches 682 682 ========================================== + Hits 2742 2749 +7 + Misses 331 328 -3 + Partials 217 214 -3 ``` | [Files](https://app.codecov.io/gh/Bluetooth-Devices/dbus-fast/pull/267?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bluetooth-Devices) | Coverage Δ | | |---|---|---| | [src/dbus\_fast/\_private/marshaller.py](https://app.codecov.io/gh/Bluetooth-Devices/dbus-fast/pull/267?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bluetooth-Devices#diff-c3JjL2RidXNfZmFzdC9fcHJpdmF0ZS9tYXJzaGFsbGVyLnB5) | `93.37% <100.00%> (ø)` | | | [src/dbus\_fast/\_\_version\_\_.py](https://app.codecov.io/gh/Bluetooth-Devices/dbus-fast/pull/267?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bluetooth-Devices#diff-c3JjL2RidXNfZmFzdC9fX3ZlcnNpb25fXy5weQ==) | `0.00% <0.00%> (ø)` | | | [src/dbus\_fast/service.py](https://app.codecov.io/gh/Bluetooth-Devices/dbus-fast/pull/267?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bluetooth-Devices#diff-c3JjL2RidXNfZmFzdC9zZXJ2aWNlLnB5) | `88.01% <50.00%> (+0.04%)` | :arrow_up: | | [src/dbus\_fast/signature.py](https://app.codecov.io/gh/Bluetooth-Devices/dbus-fast/pull/267?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bluetooth-Devices#diff-c3JjL2RidXNfZmFzdC9zaWduYXR1cmUucHk=) | `62.44% <0.00%> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/Bluetooth-Devices/dbus-fast/pull/267/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bluetooth-Devices)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bdraco commented 10 months ago

🤞 that I deleted enough old released (and picked ones that nobody has pinned to) that this publishes ok since https://github.com/pypi/support/issues/3341 is pending