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

Minor edits #105

Merged
merged 5 commits into from
Oct 22, 2024
Merged

Minor edits #105

merged 5 commits into from
Oct 22, 2024

Conversation

sepandhaghighi
Copy link
Owner

Reference Issues/PRs

What does this implement/fix? Explain your changes.

  • Messages and templates moved to params.py
  • AUTHORS.md updated

Any other comments?

@sepandhaghighi sepandhaghighi self-assigned this Oct 17, 2024
@sepandhaghighi sepandhaghighi added the documentation Improvements or additions to documentation label Oct 17, 2024
@sepandhaghighi sepandhaghighi added this to the nafas v0.8 milestone Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 93.75000% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.81%. Comparing base (6e47e32) to head (8e4bc84).
Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
nafas/functions.py 88.89% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #105      +/-   ##
==========================================
+ Coverage   96.67%   96.81%   +0.14%     
==========================================
  Files           2        2              
  Lines         210      219       +9     
  Branches       24       24              
==========================================
+ Hits          203      212       +9     
  Misses          5        5              
  Partials        2        2              

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

@sepandhaghighi sepandhaghighi marked this pull request as ready for review October 21, 2024 16:36
Copy link
Collaborator

@sadrasabouri sadrasabouri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes makes it better.

@@ -4,7 +4,8 @@
import time
from nafas.params import NAFAS_DESCRIPTION, NAFAS_NOTICE, STANDARD_MENU, STANDARD_MENU_ORDER, STEP_MAP
from nafas.params import PROGRAMS, PROGRAM_DESCRIPTION, SOUND_MAP, STEP_TEMPLATE, CYCLE_TEMPLATE
from nafas.params import SOUND_WARNING_MESSAGE, EXIT_MESSAGE
from nafas.params import SOUND_WARNING_MESSAGE, EXIT_MESSAGE, BAD_INPUT_MESSAGE, PROGRAM_END_MESSAGE
from nafas.params import MINUTES_TEMPLATE, SECONDS_TEMPLATE, PROGRAM_TIME_TEMPLATE, MENU_TEMPLATE_1, MENU_TEMPLATE_2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the import of MENU_TEMPLATE_1 and MENU_TEMPLATE_2 to the next line. It's too long now.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in 8e4bc84

@sadrasabouri sadrasabouri merged commit 3f04092 into dev Oct 22, 2024
45 checks passed
@sadrasabouri sadrasabouri deleted the minor_edits branch October 22, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants