We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07370f8 commit 38bea2aCopy full SHA for 38bea2a
.travis.yml
@@ -21,6 +21,6 @@ script:
21
#
22
# It is also importan that the first test to be run is a Spring Boot Test since spring boot also downloads
23
# another version of embedded mongo db so all Spring Boot tests will end up in a race condition also
24
- - mvn -DsomeModule.test.includes="**/QueryServiceTest.java" test jacoco:report coveralls:report
25
- - mvn -DsomeModule.test.excludes="**/QueryServiceTest.java" test jacoco:report coveralls:report
+ - mvn -DsomeModule.test.includes="**/QueryServiceTest.java" test
+ - mvn -DsomeModule.test.excludes="**/QueryServiceTest.java" test
26
0 commit comments