Closed northwestwitch closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.18%. Comparing base (
c65c670
) to head (719f1b8
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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!
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 ran this locally together with the Scout stack. The latest main branch of Scout.
I needed to mount in the Scout demo data folder to get it working - before that Chanjo2 couldn't access the d4 file. But that is probably as expected.
Looks good!
I eyed through the code as well. Didn't find anything to comment on there. This seems to simplify the code a lot, nice π
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!
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
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