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

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

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2018 08:32AM UTC
Files 12
Run time 7min
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

04 Dec 2018 08:23AM UTC coverage: 94.61%. Remained the same
238.1

push

travis-ci

web-flow
Rework typechecking of optional/nonempty quantifiers (#52)

Removes a few workarounds / special cases for static validation of optional & nonempty type compatibility. They are now checked more rigorously by default, so for example any use of `T?` where `T` is expected requires an explicit coercion such as with select_first(). But to accommodate older WDLs which depend on less strictness, supplying WDL.load(..., check_quant=False) relaxes these static validation checks.

The WDL specification is vague as to how strict this typechecking should be; this compromise should let us accommodate older WDLs without necessarily reproducing every detail of what Cromwell does and doesn't enforce for different WDL versions. cf. https://github.com/openwdl/wdl/issues/271

Expands the OptionalCoercion linter to warn of constructs that validate only when check_quant=False.

Closes #50

1966 of 2078 relevant lines covered (94.61%)

0.95 hits per line

Source Files on job 238.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 367
  • Travis Job 238.1
  • 155e23d4 on github
  • Prev Job for on master (#239.1)
  • Next Job for on master (#245.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