This commit is contained in:
zhouhao
2018-01-23 09:35:47 +08:00
parent 76df889182
commit e0395a166e
3 changed files with 7 additions and 15 deletions

View File

@@ -2,8 +2,13 @@ language: java
sudo: false
jdk:
- oraclejdk8
addons:
sonarcloud:
organization: "hsweb"
token:
secure: "fba01e9fb57104fd0cfbed380e8c90301e35ff09"
script:
- mvn test
- mvn test sonar:sonar
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:

View File

@@ -20,7 +20,7 @@ import static org.junit.Assert.*;
* @author zhouhao
* @since
*/
public class HswebResponseConvertSupportTest {
public class HswebResponseConvertSupportTests {
private HswebResponseConvertSupport convertSupport = new HswebResponseConvertSupport(new SimpleAuthenticationBuilderFactory(new SimpleDataAccessConfigBuilderFactory()));

13
pom.xml
View File

@@ -198,19 +198,6 @@
</execution>
</executions>
</plugin>
<!--<plugin>-->
<!--<groupId>org.codehaus.mojo</groupId>-->
<!--<artifactId>cobertura-maven-plugin</artifactId>-->
<!--<version>2.7</version>-->
<!--<configuration>-->
<!--<formats>-->
<!--<format>html</format>-->
<!--<format>xml</format>-->
<!--</formats>-->
<!--<check />-->
<!--</configuration>-->
<!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>