• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

chanzuckerberg / miniwdl / 216
97%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2018 04:59PM UTC
Jobs 1
Files 12
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
216

push

travis-ci

web-flow
UnusedDeclaration and UnusedCall linters (#46)

UnusedDeclaration: a (non-output) value is declared, but not subsequently used in the task/workflow.

UnusedCall: the outputs of a call within a workflow are neither outputs from the workflow, nor used by anything else in the workflow.

In the process of developing these, we realized that the task commands in many draft-2 WDLs were not being parsed as expected (specifically, `${ }` delimited placeholders were ignored within `<<< >>>` delimited commands, which are indeed not recognized as placeholders in WDL 1.0). To address this, we introduce a rudimentary way of formulating different grammar versions, and detect the version from the document header, if any. The mechanism will need more polishing.

Typecheck task runtime section.

Fix several bugs and omissions in the AST, Walker, etc.

1913 of 2028 relevant lines covered (94.33%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 216.1 27 Nov 2018 04:59PM UTC 0
94.33
Travis Job 216.1
Source Files on build 216
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #216
  • ca885c0d on github
  • Prev Build on master (#217)
  • Next Build on master (#217)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc