-
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
Do not save cases/samples into the sql database and work uniquely with stats runned on d4 files on the fly #330
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #330 +/- ##
=======================================
Coverage 90.18% 90.18%
=======================================
Files 30 30
Lines 1457 1457
=======================================
Hits 1314 1314
Misses 143 143
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi @Jakob37, I was wondering if you have some time to give this PR a review? It's not adding any new feature, only removing stuff we are not using (see PR description) thus simplifying the whole thing. Thanks! |
Yes, I can take a look before the end of this week! |
I eyed through the code as well. Didn't find anything to comment on there. This seems to simplify the code a lot, nice 😄 |
Thank you! Let's go for this and a new major release when we have the new faster completeness stats in place! |
Quality Gate passedIssues Measures |
THIS IS A MAJOR CHANGE,
but with the refactoring of the computation of the coverage completeness (upcoming PR), why can't we release a mayor? It's good timing.
Description
Changed
Currently chanjo2 supports saving cases and samples (including paths to local d4 files) data into the database for later use. Later use being the following endpoints:
None of the functionalities are used by us or our collaborators, so I want to simplify chanjo2 by removing them.
How to test
Expected outcome
Review
This version is a