Coverage changes trying to get coveralls.io to work with the new project configuration

2.3.0
Brett Wooldridge 10 years ago
parent d6d0f4909d
commit 843808bec1

@ -6,6 +6,6 @@ install: /bin/true
script:
- mvn install -Dskip.unit.tests=true -Dmaven.javadoc.skip=true -V -B
- mvn test -V -pl hikaricp -P coverage
- mvn clean test coveralls:report -V -pl hikaricp -P coverage
- jdk_switcher use openjdk6
- mvn test -V -pl hikaricp-java6

@ -290,6 +290,7 @@
</goals>
<inherited>false</inherited>
<configuration>
<sourceDirectories>../hikaricp-common/src/main/java</sourceDirectories>
</configuration>
</execution>
</executions>

Loading…
Cancel
Save