-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add output filepath option #12
Conversation
gsheni
commented
Mar 21, 2022
•
edited
Loading
edited
- Added a parameter to let users output the minimum requirements to a filepath
- Added unit and integration test for this
Codecov Report
@@ Coverage Diff @@
## main #12 +/- ##
==========================================
- Coverage 95.90% 94.36% -1.55%
==========================================
Files 7 8 +1
Lines 244 266 +22
==========================================
+ Hits 234 251 +17
- Misses 10 15 +5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @gsheni ! Looks good to me.