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

cucumber / cucumber-jvm / 4093 / 3
86%
master: 86%

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

05 Jun 2020 09:35PM UTC coverage: 85.956%. Remained the same
COVERAGE=true

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

6751 of 7854 relevant lines covered (85.96%)

0.86 hits per line

Source Files on job 4093.3 (COVERAGE=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3339
  • Travis Job 4093.3
  • ca2b4883 on github
  • Prev Job for COVERAGE=true on master (#4090.3)
  • Next Job for COVERAGE=true on master (#4095.3)
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