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

add resultset duplicates removal #221

Closed mmaelicke closed 1 year ago

mmaelicke commented 1 year ago

closes #196

codecov[bot] commented 1 year ago

Codecov Report

Merging #221 (b6020ca) into master (5f40938) will increase coverage by 0.08%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #221      +/-   ##
==========================================
+ Coverage   59.11%   59.19%   +0.08%     
==========================================
  Files          75       75              
  Lines        3549     3549              
==========================================
+ Hits         2098     2101       +3     
+ Misses       1451     1448       -3     
Flag Coverage Δ
e2e 59.19% <ø> (+0.08%) :arrow_up:

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

Impacted Files Coverage Δ
metacatalog/api/find.py 58.08% <0.00%> (+0.33%) :arrow_up:
metacatalog/util/results.py 69.91% <0.00%> (+0.81%) :arrow_up:

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

mmaelicke commented 1 year ago

Now the unittest is called and the error is fixed ;)