Skip to content

Commit

Permalink
Merge pull request #100 from common-workflow-language/remove-badge-he…
Browse files Browse the repository at this point in the history
…ader

Remove `[CWL]` from badge subjects
  • Loading branch information
mr-c authored Jan 10, 2020
2 parents 55fb28b + 0f35dc6 commit a6be9f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cwltest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,12 @@ def main(): # type: () -> int
color = "green"
else:
color = "red"

with open("{}/{}.json".format(args.badgedir, t), "w") as out:
out.write(
json.dumps(
{
"subject": "[CWL] {}".format(t),
"subject": "{}".format(t),
"status": "{}%".format(percent),
"color": color,
}
Expand Down

0 comments on commit a6be9f7

Please sign in to comment.