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

cucumber / cucumber-jvm / 3328
86%

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

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.

58 of 58 new or added lines in 12 files covered. (100.0%)

5580 of 6402 relevant lines covered (87.16%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3328.2 13 Sep 2019 09:07AM UTC 0
87.16
Travis Job 3328.2
Source Files on build 3328
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3328
  • 8ee48802 on github
  • Prev Build on master (#3325)
  • Next Build on master (#3336)
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