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: allow hardcoding uid in auth #189

Merged
merged 1 commit into from
Dec 23, 2022
Merged

feat: allow hardcoding uid in auth #189

merged 1 commit into from
Dec 23, 2022

Conversation

kiwiz
Copy link
Contributor

@kiwiz kiwiz commented Dec 23, 2022

Allows hardcoding a UID in AuthExternal and adds a basic test for the functionality.

Closes #188

@codecov
Copy link

codecov bot commented Dec 23, 2022

Codecov Report

Base: 82.33% // Head: 82.22% // Decreases project coverage by -0.10% ⚠️

Coverage data is based on head (0c6e789) compared to base (b3c7d51).
Patch coverage: 87.50% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
- Coverage   82.33%   82.22%   -0.11%     
==========================================
  Files          27       27              
  Lines        3153     3157       +4     
  Branches      651      652       +1     
==========================================
  Hits         2596     2596              
- Misses        342      343       +1     
- Partials      215      218       +3     
Impacted Files Coverage Δ
src/dbus_fast/__version__.py 0.00% <0.00%> (ø)
src/dbus_fast/auth.py 83.01% <100.00%> (+1.38%) ⬆️
src/dbus_fast/message_bus.py 71.48% <0.00%> (-0.74%) ⬇️

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 merged commit 091c262 into Bluetooth-Devices:main Dec 23, 2022
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.

Allow passing hardcoded uid to AuthExternal
2 participants