hmpf / easydmp

MIT License
7 stars 2 forks source link

Import template via admin #187

Closed hmpf closed 3 years ago

hmpf commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #187 (3fab7ef) into master (06c24fa) will decrease coverage by 0.18%. The diff coverage is 31.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
- Coverage   56.67%   56.48%   -0.19%     
==========================================
  Files         113      114       +1     
  Lines        6197     6439     +242     
==========================================
+ Hits         3512     3637     +125     
- Misses       2685     2802     +117     
Impacted Files Coverage Δ
src/easydmp/dmpt/import_template.py 32.10% <29.41%> (ø)
src/easydmp/dmpt/admin.py 50.47% <30.18%> (-4.49%) :arrow_down:
src/easydmp/dmpt/models.py 57.48% <100.00%> (+2.70%) :arrow_up:
src/easydmp/eestore/models.py 57.54% <0.00%> (+3.77%) :arrow_up:
src/easydmp/dmpt/export_template.py 100.00% <0.00%> (+8.06%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 06c24fa...3fab7ef. Read the comment docs.

hmpf commented 3 years ago

There ought to be more rigorous tests of both the import-mechanism and admin but as is the basics are covered.