common-workflow-language / schema_salad

Semantic Annotations for Linked Avro Data
https://www.commonwl.org/v1.2/SchemaSalad.html
Apache License 2.0
72 stars 62 forks source link

Add description of union types #720

Closed tom-tan closed 1 year ago

tom-tan commented 1 year ago

This request is to solve #716 by clarifying:

mr-c commented 1 year ago

@tom-tan Can you fix the test failures?

codecov[bot] commented 1 year ago

Codecov Report

Merging #720 (a8a9e1e) into main (b8c7fc3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #720   +/-   ##
=======================================
  Coverage   83.71%   83.71%           
=======================================
  Files          22       22           
  Lines        4507     4507           
  Branches     1244     1244           
=======================================
  Hits         3773     3773           
  Misses        469      469           
  Partials      265      265           
tom-tan commented 1 year ago

The log of the unittests shows that it is already finished successfully but the status is not updated yet...

tom-tan commented 1 year ago

Thanks!