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

Return dataclasses from get_info and encrypt #85

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Conversation

robin-nitrokey
Copy link
Member

This patch replaces the tuples returned by get_info and encrypt with dataclasses.

Fixes: #80
Fixes: #79

This patch replaces the tuples returned by get_info and encrypt with
dataclasses.

Fixes: #80
Fixes: #79
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ee7c7ca) 79.42% compared to head (9b2ac7a) 79.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
+ Coverage   79.42%   79.44%   +0.01%     
==========================================
  Files         751      751              
  Lines       13295    13303       +8     
==========================================
+ Hits        10560    10568       +8     
  Misses       2735     2735              

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

@robin-nitrokey robin-nitrokey merged commit b7f730b into main Nov 17, 2023
8 checks passed
@robin-nitrokey robin-nitrokey deleted the dataclasses branch November 17, 2023 17:06
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.

Use dataclass for encryption result Use dataclass for system info
1 participant