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

cucumber / cucumber-jvm / 2853
86%

Build:
DEFAULT BRANCH: master
Ran 03 May 2019 08:06AM UTC
Jobs 1
Files 890
Run time 1min
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
2853

push

travis-ci

mpkorstanje
[Core] Fix filtering scenarios loaded from jar

I am running cucumber tests with features loaded from classpath:, like this:

```
java -cp fatjar.jar cucumber.api.cli.Main "classpath:features/FeatureWithExamples.feature:64"
```

However, when cucumber parses this path and creates a ZipResource from it, it adds an extra slash. This becomes a problem down the line, when LinePredicate tries to filter out the pickles. Instead of filtering the pickles out, it just lets all of the though the filter.

Changed the ZipResource to preserve the original path of the zipped entity.

4466 of 5186 relevant lines covered (86.12%)

375.77 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2853.2 03 May 2019 08:06AM UTC 0
86.12
Travis Job 2853.2
Source Files on build 2853
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2853
  • 25f467f5 on github
  • Prev Build on master (#2845)
  • Next Build on master (#2857)
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