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

cucumber / cucumber-jvm / 4093
86%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2020 09:50PM UTC
Jobs 1
Files 394
Run time 50s
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
4093

push

travis-ci

web-flow
[Core] cucumber.feature preserves tags when used with a feature argument (#1986)

The feature option can be used with either a rerun file or a feature path. For
example when used as a property:

```
cucumber.feature=path/to/features
cucumber.feature=@path/to/rerun.txt
```

Cucumber options consist of a hierarchy of options. When the feature options is
used with a rerun file; tag and name filters from the previous level should be
removed. This ensures that all scenarios in the rerun file and only the
scenarios in the rerun file should be executed (unless the selection is filtered
more at this or the next level).

When used with a feature argument without a line filter this should not be the case.
However `builder::addRerun` would be invoked anyway.

When parsing `cucumber.feature` for rerun files, when no rerun files are present an
empty collection is returned. Because `splitAndMap` was used rather then
`splitAndThenFlatMap`, `builder::addRerun` would always be invoked.

Fixes: #1985

3 of 3 new or added lines in 1 file covered. (100.0%)

6751 of 7854 relevant lines covered (85.96%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
3 4093.3 (COVERAGE=true) 05 Jun 2020 09:50PM UTC 0
85.96
Travis Job 4093.3
Source Files on build 4093
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4093
  • ca2b4883 on github
  • Prev Build on master (#4090)
  • Next Build on master (#4095)
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