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

Mark helpers with underscore prefix #87

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Mark helpers with underscore prefix #87

merged 1 commit into from
Nov 17, 2023

Conversation

robin-nitrokey
Copy link
Member

This patch adds an underscore prefix to all helper methods to indicate that they are not part of the public API.

Fixes: #78

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

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

Comparison is base (b7f730b) 79.98% compared to head (b8145bb) 79.98%.

Files Patch % Lines
nethsm/__init__.py 88.05% 8 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #87   +/-   ##
=======================================
  Coverage   79.98%   79.98%           
=======================================
  Files         751      751           
  Lines       13303    13303           
=======================================
  Hits        10640    10640           
  Misses       2663     2663           

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

This patch adds an underscore prefix to all helper methods to indicate
that they are not part of the public API.

Fixes: #78
@robin-nitrokey robin-nitrokey merged commit d158c0b into main Nov 17, 2023
8 checks passed
@robin-nitrokey robin-nitrokey deleted the helpers branch November 17, 2023 17:12
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.

Add underscore to helper methods
1 participant