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

chanzuckerberg / miniwdl / 856
97%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2019 08:15AM UTC
Jobs 1
Files 15
Run time 2s
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
856

push

travis-ci

web-flow
refactoring workflow AST to facilitate runtime dependency analysis (#195)

- Introduces `WorkflowNode` as a base class for `Decl`, `Call`, `Scatter`, and `Conditional`. Each workflow node has a string ID (unique within the workflow) and reports the IDs of its dependencies.
- Furthermore `Scatter` and `Conditional` inherit `WorkflowSection : WorkflowNode` which centralizes access to the `Gather` nodes.
- Cycle detection logic uses the new node IDs instead of Python object `id()`
- Renames `{Workflow,Scatter,Conditional}.elements` to `.body`

Still to do -- the workflow typechecker can probably be simplified by propagating types through the Gather nodes instead of the current approach with distinct type environments for inside & outside each section.

3659 of 3775 relevant lines covered (96.93%)

0.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 856.1 11 Jul 2019 08:15AM UTC 0
96.93
Travis Job 856.1
Source Files on build 856
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #856
  • 1324df59 on github
  • Prev Build on master (#840)
  • Next Build on master (#868)
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