-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial code of the caching repository #17
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
=========================================
Coverage ? 79.24%
=========================================
Files ? 33
Lines ? 1797
Branches ? 195
=========================================
Hits ? 1424
Misses ? 316
Partials ? 57 Continue to review full report at Codecov.
|
* [CLI] Implement CLI-extension for caching * [Project] Configuring CLI simulate script installer * [CLI] Enable multiple storage_files * [CLI] Simplify by getting rid of subcommands Co-authored-by: Eileen Kuehn <[email protected]> Co-authored-by: Max Fischer <[email protected]>
@maxfischer2781, this is slowly getting really huge... I will mark it as Ready for review so that we can work through the first lines 😸 |
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.
Honestly, I didn't check every line. But it looks generally good to me, tests are passing (locally, travis seems to be dead) and there's some good work in it.
So, let's go for it – if we've missed anything, we can fix it later on.
This PR adds the initial code from @tfesenbecker.
Current state of documentation can be found in a hidden build of readthedocs.
Closes #11, closes #15, closes #19, closes #22.
Also closes #8.