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

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

Build:
DEFAULT BRANCH: master
Ran 25 Jan 2020 09:31PM UTC
Files 332
Run time 31s
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

25 Jan 2020 09:19PM UTC coverage: 87.884% (+4.4%) from 83.486%
COVERAGE=true

push

travis-ci

web-flow
[JUnit] Add module-info for cucumber-junit-platform-engine (#1867)

Adds module-info for Cucumber Junit Platform Engine implementation.
This allows Java to ensure that all dependencies are available at
boot time.

To ensure backwards compatibility down to Java 8 we are using
multi-release jar files which will contain both Java 8 and
Java 9 class files.

To ensure the right JDK (OpenJDK 11) is used to build the project
the Maven Toolchains plugin will verify that this JDK is used.
This does require adding a `toolchains.xml` file to the ~/.m2/
folder.

Example:

```xml
<?xml version="1.0" encoding="UTF8"?>
<toolchains>
    <toolchain>
        <type>jdk</type>
        <provides>
            <version>11</version>
            <vendor>openjdk</vendor>
        </provides>
        <configuration>
            <jdkHome>/path/to/openjdk11</jdkHome>
        </configuration>
    </toolchain>
</toolchains>
```

6260 of 7123 relevant lines covered (87.88%)

0.88 hits per line

Source Files on job 3740.3 (COVERAGE=true)
  • Tree
  • List 0
  • Changed 19
  • Source Changed 6
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3054
  • Travis Job 3740.3
  • 1859f521 on github
  • Prev Job for on master (#3692.2)
  • Next Job for COVERAGE=true on master (#3741.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