Skip to content

Commit b0e7db2

Browse files
authored
Add Appveyor and codecov badges
I would have changed the CWL conformance one to include the text inside the badge: https://img.shields.io/jenkins/s/https/ci.commonwl.org/job/cwltool-conformance.svg?label=CWL%20conformance Unfortunately shields.io doesn't retrieve the info from Jenkins even though when queried manually the endpoint [works](https://ci.commonwl.org/job/cwltool-conformance/api/json?tree=color).
1 parent 890806a commit b0e7db2

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)