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

chanzuckerberg / miniwdl / 216 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2018 04:59PM UTC
Files 12
Run time 0s
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

27 Nov 2018 04:53PM UTC coverage: 94.329%. Remained the same
216.1

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

Source Files on job 216.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 335
  • Travis Job 216.1
  • ca885c0d on github
  • Prev Job for on master (#217.1)
  • Next Job for on master (#217.1)
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