Skip to content

Commit f10d578

Browse files
authored
Merge pull request #702 from common-workflow-language/psafont-badges
Add Appveyor and codecov badges
2 parents 890806a + b0e7db2 commit f10d578

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22
Common Workflow Language tool description reference implementation
33
==================================================================
44

5-
CWL conformance tests: |Build Status| Travis CI: |Unix Build Status|
5+
CWL conformance tests: |Conformance Status| |Linux Status| |Windows Status| |Coverage Status|
66

7-
.. |Unix Build Status| image:: https://img.shields.io/travis/common-workflow-language/cwltool/master.svg?label=unix%20build
7+
8+
.. |Conformance Status| image:: https://ci.commonwl.org/buildStatus/icon?job=cwltool-conformance
9+
:target: https://ci.commonwl.org/job/cwltool-conformance/
10+
11+
.. |Linux Status| image:: https://img.shields.io/travis/common-workflow-language/cwltool/master.svg?label=Linux%20builds
812
:target: https://travis-ci.org/common-workflow-language/cwltool
13+
14+
.. |Windows Status| image:: https://img.shields.io/appveyor/ci/mr-c/cwltool/master.svg?label=Windows%20builds
15+
:target: https://ci.appveyor.com/project/mr-c/cwltool
916

17+
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/common-workflow-language/cwltool.svg
18+
:target: https://codecov.io/gh/common-workflow-language/cwltool
19+
1020
This is the reference implementation of the Common Workflow Language. It is
1121
intended to feature complete and provide comprehensive validation of CWL
1222
files as well as provide other tools related to working with CWL.
@@ -110,9 +120,6 @@ and ``--tmp-outdir-prefix`` to somewhere under ``/Users``::
110120

111121
$ cwl-runner --tmp-outdir-prefix=/Users/username/project --tmpdir-prefix=/Users/username/project wc-tool.cwl wc-job.json
112122

113-
.. |Build Status| image:: https://ci.commonwl.org/buildStatus/icon?job=cwltool-conformance
114-
:target: https://ci.commonwl.org/job/cwltool-conformance/
115-
116123
Using user-space replacements for Docker
117124
----------------------------------------
118125

0 commit comments

Comments
 (0)