VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

As Entry.location is nullable, Entry.location_shape can also be Null #288

Closed AlexDo1 closed 1 year ago

AlexDo1 commented 1 year ago

Fixes Entry.location_shape and makes location parameters optional in Entry.to_dict()

codecov[bot] commented 1 year ago

Codecov Report

Merging #288 (2143310) into main (5b0e23c) will increase coverage by 0.00%. The diff coverage is 89.08%.

@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   64.06%   64.06%           
=======================================
  Files          75       75           
  Lines        3829     3838    +9     
=======================================
+ Hits         2453     2459    +6     
- Misses       1376     1379    +3     
Flag Coverage Δ
e2e 64.06% <89.08%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
metacatalog/ext/__init__.py 49.01% <33.33%> (-0.99%) :arrow_down:
metacatalog/api/add.py 51.65% <78.26%> (ø)
metacatalog/api/catalog.py 80.00% <81.81%> (ø)
metacatalog/models/license.py 76.31% <83.33%> (ø)
metacatalog/models/details.py 95.83% <87.50%> (ø)
metacatalog/models/entry.py 68.62% <89.28%> (+0.25%) :arrow_up:
metacatalog/models/keyword.py 90.74% <90.00%> (ø)
metacatalog/api/db.py 81.30% <90.90%> (ø)
metacatalog/models/entrygroup.py 86.76% <95.00%> (ø)
metacatalog/api/find.py 64.13% <95.83%> (ø)
... and 12 more

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