mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-08 08:54:07 +08:00
sonar
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
13
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user