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

cucumber / cucumber-jvm / 3328 / 2
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 13 Sep 2019 09:07AM UTC
Files 314
Run time 11s
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

13 Sep 2019 08:57AM UTC coverage: 87.16% (-0.5%) from 87.622%
3328.2

push

travis-ci

web-flow
[Core] Extract Plugin module (#1774)

## Summary

With the introduction of v5 we will break the plugin API by moving
packages from `cucumber.core` to `io.cucumber.core`. We can use this
as an opportunity to extract the plugin and event classes to separate
modules.

This change moves `io.cucumber.core.plugin` to `io.cucumber.plugin` and
`io.cucumber.core.event` to `io.cucumber.plugin.event`. While on its own this
change provides little value it will allow us in the future to provide
better support for plugins.

With the introduction of JPMS we will want to expose these classes for
plugin developers. However we also want to avoid the use of core by most
end users. By moving these classes to their own modules we can avoid the
use of core and future proof the introduction of JPMS.

Closes #1773.

5580 of 6402 relevant lines covered (87.16%)

0.87 hits per line

Source Files on job 3328.2
  • Tree
  • List 0
  • Changed 50
  • Source Changed 50
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2887
  • Travis Job 3328.2
  • 8ee48802 on github
  • Prev Job for on master (#3325.2)
  • Next Job for on master (#3336.2)
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