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

cucumber / cucumber-jvm / 4282 / 3
87%
master: 86%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 24 Jul 2020 02:55PM UTC
Files 395
Run time 1min
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

24 Jul 2020 02:46PM UTC coverage: 86.312% (+0.001%) from 86.311%
COVERAGE=true

push

travis-ci

web-flow
[Java8] Allow test execution context to be garbage collected (#2067)

Glue definitions in Java8 retain a reference to the test execution context.
Glue definitions in turn are used in events. Events in turn may be stored for
the entire duration of Cucumbers execution. So when many scenarios are executed
this may results in significant memory usage.

By removing the reference to the test execution context after the scenario is
executed we can still use step definitions in events without the associated
memory consumption.

Fixes: https://github.com/cucumber/cucumber-jvm/issues/2066

6886 of 7978 relevant lines covered (86.31%)

0.86 hits per line

Source Files on job 4282.3 (COVERAGE=true)
  • Tree
  • List 0
  • Changed 16
  • Source Changed 16
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3483
  • Travis Job 4282.3
  • 09815762 on github
  • Prev Job for COVERAGE=true on main (#4277.3)
  • Next Job for COVERAGE=true on main (#4283.3)
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