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

cucumber / cucumber-jvm / 3459
88%
master: 86%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 16 Nov 2019 06:03PM UTC
Jobs 1
Files 316
Run time 17s
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
3459

Pull #1820

travis-ci

web-flow
[Core] Replace ResourceIterable with standard Java solutions

`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
Pull Request #1820: [Core] Replace ResourceIterable with standard Java solutions

398 of 398 new or added lines in 32 files covered. (100.0%)

5743 of 6547 relevant lines covered (87.72%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3459.2 16 Nov 2019 06:03PM UTC 0
87.72
Travis Job 3459.2
Source Files on build 3459
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3459
  • Pull Request #1820
  • PR Base - master (#3447)
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