common-workflow-lab / wdl-cwl-translator

A translator from WDL to CWL v1.2
Apache License 2.0
26 stars 8 forks source link

read_{tsv,int} ; added more stdout support #179

Closed mr-c closed 2 years ago

mr-c commented 2 years ago

print warning but don't break if we are unable to extract a static docker name

Fixes #178

codecov[bot] commented 2 years ago

Codecov Report

Merging #179 (8fe60e3) into main (8131d18) will increase coverage by 0.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
+ Coverage   92.33%   92.73%   +0.40%     
==========================================
  Files           3        3              
  Lines         652      647       -5     
  Branches      192      191       -1     
==========================================
- Hits          602      600       -2     
+ Misses         20       19       -1     
+ Partials       30       28       -2     
Impacted Files Coverage Δ
wdl2cwl/main.py 92.67% <100.00%> (+0.42%) :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 8131d18...8fe60e3. Read the comment docs.