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

114 task removing settings class #117

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

frey-perez
Copy link
Collaborator

Resolves #114, Settings class has been removed and the logger has been adjusted accordingly. Additionally a verbosity argument has been added to the CLI, and validation for threshold arguments has been added to compensate for losing the Settings class validation.

@frey-perez frey-perez linked an issue Oct 7, 2024 that may be closed by this pull request
4 tasks
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.98%. Comparing base (bb3eb39) to head (f714247).

Files with missing lines Patch % Lines
src/wristpy/core/cli.py 75.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
- Coverage   96.34%   95.98%   -0.37%     
==========================================
  Files          11       11              
  Lines         575      573       -2     
==========================================
- Hits          554      550       -4     
- Misses         21       23       +2     

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

@frey-perez frey-perez marked this pull request as ready for review October 7, 2024 19:02
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.

Task: Removing Settings class
1 participant