kbase / workspace_deluxe

The Workspace Service (WSS) is primarily a language independent remote storage and retrieval system for KBase typed objects (TO) defined with the KBase Interface Description Language (KIDL).
MIT License
1 stars 17 forks source link

Add a MetadataUpdate class in preparation for batch object updates #697

Closed MrCreosote closed 12 months ago

MrCreosote commented 12 months ago

So we can pass a Map<ObjectIDResolvedWS, MetadataUpdate> to the method

codecov[bot] commented 12 months ago

Codecov Report

Merging #697 (20415a8) into develop (6eba5e7) will increase coverage by 0.01%. Report is 7 commits behind head on develop. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #697 +/- ## ============================================= + Coverage 87.44% 87.45% +0.01% - Complexity 5202 5215 +13 ============================================= Files 223 224 +1 Lines 17304 17320 +16 Branches 2550 2553 +3 ============================================= + Hits 15131 15148 +17 Misses 1706 1706 + Partials 467 466 -1 ```