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: more customization commands #175

Merged
merged 5 commits into from
Oct 10, 2024
Merged

feat: more customization commands #175

merged 5 commits into from
Oct 10, 2024

Conversation

jahvon
Copy link
Owner

@jahvon jahvon commented Oct 10, 2024

Introduces theme customization a new config subcommand, toggling of notifications via a subcommand, and changing the default timeout via a subcommand

jahvon added 2 commits October 9, 2024 20:55
Introduces theme customization a new config subcommand, toggling of
notifications via a subcommand, and changing the default timeout via
a subcommand
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

Attention: Patch coverage is 31.06061% with 91 lines in your changes missing coverage. Please review.

Project coverage is 37.63%. Comparing base (74748d8) to head (6b7921b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
cmd/internal/config.go 41.09% 40 Missing and 3 partials ⚠️
types/config/config.go 5.71% 33 Missing ⚠️
internal/context/context.go 0.00% 4 Missing ⚠️
types/executable/executable.go 0.00% 2 Missing and 1 partial ⚠️
cmd/internal/exec.go 0.00% 2 Missing ⚠️
cmd/internal/helpers.go 0.00% 2 Missing ⚠️
internal/io/styles.go 66.66% 1 Missing and 1 partial ⚠️
cmd/internal/library.go 0.00% 1 Missing ⚠️
cmd/internal/secret.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #175      +/-   ##
==========================================
- Coverage   37.71%   37.63%   -0.08%     
==========================================
  Files          81       81              
  Lines        5714     5816     +102     
==========================================
+ Hits         2155     2189      +34     
- Misses       3129     3192      +63     
- Partials      430      435       +5     

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

@jahvon jahvon linked an issue Oct 10, 2024 that may be closed by this pull request
@jahvon jahvon merged commit 015e778 into main Oct 10, 2024
3 checks passed
@jahvon jahvon deleted the themes branch October 10, 2024 01:23
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.

Theme customization
1 participant