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

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

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2019 11:01AM UTC
Files 316
Run time 15s
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

17 Nov 2019 10:49AM UTC coverage: 87.72% (+0.4%) from 87.274%
3462.2

push

travis-ci

web-flow
[Core] Replace ResourceIterable with standard Java solutions (#1820)

`ResourceIterable` provides inconsistent support for URI's.

Supported:
 * file:path/to.feature
 * classpath:com/example.feature
 * classpath:features.jar#!com/example.feature

Unsupported:
 * jar:path/to.jar#!/com/example.feature
 * any-jvm-supported-file-system:path/to.feature

Replacing `ResourceIterable` with `FileSystem` and `Path` adds
consistent support for URI's and reduces the complexity of scanning
for classes and resources significantly.

Both `ClasspathScanner` and `ResourceScanner` are instantiated with a
ClassLoader for all class path operations. This should allow Cucumber
access to platforms use fat jars and other packaging methods.

Fixes: #1526

5743 of 6547 relevant lines covered (87.72%)

0.88 hits per line

Source Files on job 3462.2
  • Tree
  • List 0
  • Changed 32
  • Source Changed 30
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2977
  • Travis Job 3462.2
  • ce19e3be on github
  • Prev Job for on master (#3447.2)
  • Next Job for on master (#3464.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