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

cucumber / cucumber-jvm / 3740
86%

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

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

Jobs
ID Job ID Ran Files Coverage
3 3740.3 (COVERAGE=true) 25 Jan 2020 09:31PM UTC 0
87.88
Travis Job 3740.3
Source Files on build 3740
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3740
  • 1859f521 on github
  • Prev Build on master (#3692)
  • Next Build on master (#3741)
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