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

chanzuckerberg / miniwdl / 1134
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 18 Sep 2019 09:29PM UTC
Jobs 1
Files 16
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
1134

push

travis-ci

web-flow
reduce call stack depth in task runtime (#240)

Task runtime's use of `copy.deepcopy` on values (`WDL.Value`) led to copying of AST nodes, since values refer back to the expressions (`WDL.Expr`) that evaluated to them. This could lead to Python `RecursionError` for excessive call stack depth (issue #239).

Exempts these references from deep-copying. Also increases the Python call stack depth limit in the main entry point.

4256 of 4398 relevant lines covered (96.77%)

0.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1134.1 18 Sep 2019 09:29PM UTC 0
96.77
Travis Job 1134.1
Source Files on build 1134
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1134
  • ce370ac6 on github
  • Prev Build on v0.4.x (#1109)
  • Next Build on v0.4.x (#1140)
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