BlueBrain / nexus-forge

Building and Using Knowledge Graphs made easy
https://nexus-forge.readthedocs.io
GNU Lesser General Public License v3.0
38 stars 19 forks source link

Support content_type when downloading #265

Closed MFSY closed 1 year ago

MFSY commented 2 years ago

Fixes #251

codecov-commenter commented 2 years ago

Codecov Report

Merging #265 (f076e78) into master (9a04477) will decrease coverage by 0.31%. The diff coverage is 22.22%.

@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
- Coverage   72.57%   72.25%   -0.32%     
==========================================
  Files          86       86              
  Lines        5341     5374      +33     
==========================================
+ Hits         3876     3883       +7     
- Misses       1465     1491      +26     
Impacted Files Coverage Δ
kgforge/core/archetypes/store.py 62.24% <0.00%> (ø)
kgforge/core/forge.py 70.05% <0.00%> (ø)
kgforge/specializations/stores/bluebrain_nexus.py 27.57% <20.00%> (-0.14%) :arrow_down:
kgforge/core/resource.py 71.59% <21.73%> (-17.81%) :arrow_down:
kgforge/core/commons/dictionaries.py 72.72% <40.00%> (-27.28%) :arrow_down:
kgforge/specializations/resources/datasets.py 67.41% <50.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

crisely09 commented 1 year ago

Looks good to me.