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

`ResultList` #159

Closed mmaelicke closed 2 years ago

mmaelicke commented 3 years ago

Implements a wrapper to manage multiple ImmutableResultSet instances. The list acts like a set, by dropping duplicates based on the MD5 checksums of the result sets. Closes #140

codecov[bot] commented 3 years ago

Codecov Report

Merging #159 (8bd1a3b) into master (38494b4) will increase coverage by 0.22%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
+ Coverage   63.57%   63.80%   +0.22%     
==========================================
  Files          67       67              
  Lines        3105     3177      +72     
==========================================
+ Hits         1974     2027      +53     
- Misses       1131     1150      +19     
Flag Coverage Δ
e2e 63.80% <85.71%> (+0.22%) :arrow_up:

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

Impacted Files Coverage Δ
metacatalog/api/db.py 81.90% <75.00%> (ø)
metacatalog/util/location.py 67.16% <100.00%> (ø)
metacatalog/util/results.py 75.64% <100.00%> (-4.61%) :arrow_down:
metacatalog/models/datasource.py 69.79% <0.00%> (+3.12%) :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 c4f6909...8bd1a3b. Read the comment docs.