populationgenomics / metamist

Sample level metadata system
MIT License
1 stars 1 forks source link

Add support for nested samples #840

Closed illusional closed 3 months ago

illusional commented 3 months ago

Design doc: https://docs.google.com/document/d/1km3MU2NhlP0bv2uafnhDOGGqmK7vPluzThfLl9xmKVE/edit#heading=h.82ap8j490z81

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 91.75258% with 24 lines in your changes missing coverage. Please review.

Project coverage is 80.02%. Comparing base (7ef8905) to head (9dbd54d).

Files Patch % Lines
metamist/parser/generic_parser.py 81.57% 7 Missing :warning:
db/python/layers/sample.py 87.75% 6 Missing :warning:
db/python/tables/sample.py 50.00% 4 Missing :warning:
test/test_generic_parser.py 90.24% 4 Missing :warning:
db/python/filters/generic.py 66.66% 2 Missing :warning:
models/models/web.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #840 +/- ## ========================================== + Coverage 79.79% 80.02% +0.23% ========================================== Files 168 169 +1 Lines 14140 14326 +186 ========================================== + Hits 11283 11465 +182 - Misses 2857 2861 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.