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

cucumber / cucumber-jvm / 3462
86%

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

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

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 3462.2 17 Nov 2019 11:01AM UTC 0
87.72
Travis Job 3462.2
Source Files on build 3462
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3462
  • ce19e3be on github
  • Prev Build on master (#3447)
  • Next Build on master (#3464)
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