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

chanzuckerberg / miniwdl / 238
97%

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

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

Jobs
ID Job ID Ran Files Coverage
1 238.1 04 Dec 2018 08:32AM UTC 0
94.61
Travis Job 238.1
Source Files on build 238
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #238
  • 155e23d4 on github
  • Prev Build on master (#239)
  • Next Build on master (#245)
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