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

Config file as an option and print help if invalid argument #781

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

andrewdavidmackenzie
Copy link
Owner

@andrewdavidmackenzie andrewdavidmackenzie commented Jan 7, 2025

Fixes #779

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

Attention: Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.

Project coverage is 28%. Comparing base (9856979) to head (110547d).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/piggui.rs 0% 13 Missing ⚠️
src/piglet.rs 0% 6 Missing ⚠️
src/persistence.rs 0% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##           master   #781   +/-   ##
=====================================
- Coverage      28%    28%   -0%     
=====================================
  Files          46     46           
  Lines        5958   5963    +5     
=====================================
  Hits         1640   1640           
- Misses       4318   4323    +5     
Flag Coverage Δ
unittests 28% <0%> (-<1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@andrewdavidmackenzie andrewdavidmackenzie merged commit 02dec48 into master Jan 7, 2025
17 checks passed
@andrewdavidmackenzie andrewdavidmackenzie deleted the pigg_779 branch January 7, 2025 22:09
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.

Change config file to be a -c/--config option
1 participant