File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- mvn -DdryRun=true clean package coveralls:report -P coverage
2+ mvn -DdryRun=true -Dlogback.configurationFile=../../build/logback-build.xml clean package coveralls:report -P coverage
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <configuration >
3+ <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
4+ <encoder >
5+ <pattern >%-5p [%d{ISO8601}] [%thread] %msg%n</pattern >
6+ </encoder >
7+ </appender >
8+
9+ <root level =" INFO" >
10+ <appender-ref ref =" STDOUT" />
11+ </root >
12+ </configuration >
Original file line number Diff line number Diff line change 11#! /bin/bash
2- mvn -DdryRun=true -Dsonar.organization=jooby -Dsonar.host.url=https://sonarcloud.io -Dsonar.jacoco.reportPaths=modules/coverage-report/target/jacoco.exec -Dsonar.login=$SONAR_TOKEN -Dsonar.branch=master clean install coveralls:report sonar:sonar -P coverage
2+ mvn -DdryRun=true -Dlogback.configurationFile=../../build/logback-build.xml - Dsonar.organization=jooby -Dsonar.host.url=https://sonarcloud.io -Dsonar.jacoco.reportPaths=modules/coverage-report/target/jacoco.exec -Dsonar.login=$SONAR_TOKEN -Dsonar.branch=master clean install coveralls:report sonar:sonar -P coverage
You can’t perform that action at this time.
0 commit comments