common-workflow-lab / python-cwlgen

Generation of CWL programmatically. Available types: CommandLineTool and DockerRequirement
https://github.com/common-workflow-language/cwl-utils
MIT License
29 stars 13 forks source link

V0.3.0 release #24

Closed illusional closed 5 years ago

illusional commented 5 years ago

Foolishly I blended these 2 PRs together. But once [#22] has merged, (so from e68526900b29ad98da4f17625865061c8b51c725) this will just be a couple of docs changes and preparation for a 0.3.0 release.

PR for:

codecov[bot] commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 6.12%. The diff coverage is 81.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   76.75%   82.88%   +6.12%     
==========================================
  Files           9       10       +1     
  Lines         684      590      -94     
==========================================
- Hits          525      489      -36     
+ Misses        159      101      -58
Impacted Files Coverage Δ
cwlgen/__init__.py 100% <100%> (ø) :arrow_up:
cwlgen/version.py 100% <100%> (ø) :arrow_up:
cwlgen/common.py 79.43% <100%> (+0.59%) :arrow_up:
cwlgen/workflow.py 91.83% <100%> (+10.35%) :arrow_up:
cwlgen/utils.py 81.48% <78.48%> (-8.18%) :arrow_down:
cwlgen/workflowdeps.py 79.31% <79.31%> (ø)
cwlgen/import_cwl.py 94.44% <87.5%> (+28.8%) :arrow_up:
cwlgen/commandlinetool.py 87.17% <89.28%> (+0.69%) :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 ca06118...f46bdfe. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 6.38%. The diff coverage is 82.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   76.75%   83.13%   +6.38%     
==========================================
  Files           9       10       +1     
  Lines         684      593      -91     
==========================================
- Hits          525      493      -32     
+ Misses        159      100      -59
Impacted Files Coverage Δ
cwlgen/__init__.py 100% <100%> (ø) :arrow_up:
cwlgen/version.py 100% <100%> (ø) :arrow_up:
cwlgen/common.py 79.43% <100%> (+0.59%) :arrow_up:
cwlgen/workflow.py 91.83% <100%> (+10.35%) :arrow_up:
cwlgen/workflowdeps.py 79.31% <79.31%> (ø)
cwlgen/utils.py 82.72% <80.24%> (-6.93%) :arrow_down:
cwlgen/import_cwl.py 94.44% <87.5%> (+28.8%) :arrow_up:
cwlgen/commandlinetool.py 87.34% <89.65%> (+0.85%) :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 ca06118...8448470. Read the comment docs.

illusional commented 5 years ago

Get read for a v0.3.0 release!