我在Maven项目中配置了jQAssistant以扫描jacoco报告:
<scanInclude>
<path>my-maven-submodule/target/site/jacoco</path>
</scanInclude>
这很好用。然后我配置了jQA来扫描一个Git仓库:
<scanInclude>
<path>.git</path>
</scanInclude>
这不起作用,因为未输入.git目录。没有“输入.git”日志消息,并且Git Scanner插件在其调试输出中显示没有提供此目录中的文件。为什么?如何配置jQA来扫描.git目录? 例如,使用独立程序。通过Gradle工作正常,Git repo被导入。
答案 0 :(得分:2)
刚修改并使用Spring Petclinic样本(http://github.com/buschmais/spring-petclinic)进行了尝试 - 它正在运作:
.buttonup {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
cursor: pointer;
padding: 0;
width: 45px;
}
.buttondw {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
cursor: pointer;
padding: 0;
width: 45px;
}