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

Recompile spec #703

Closed MrCreosote closed 1 year ago

MrCreosote commented 1 year ago

Lots of whitespace changes since the last compile. Also it turns out the compile currently fails if there isn't a compiled constructor - I thought it used to add a blank constructor but maybe I'm misremembering.

codecov[bot] commented 1 year ago

Codecov Report

Merging #703 (f896c7f) into develop (2f91b82) will not change coverage. Report is 13 commits behind head on develop. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #703 +/- ## ========================================== Coverage 87.55% 87.55% Complexity 5232 5232 ========================================== Files 224 224 Lines 17425 17425 Branches 2564 2564 ========================================== Hits 15256 15256 Misses 1706 1706 Partials 463 463 ```