Ensure minimal coverage on new Subversion commits

后端 未结 3 686
被撕碎了的回忆
被撕碎了的回忆 2020-12-16 17:16

We have a massive project with almost no unit tests at all. I would like to ensure from now on that the developers commit new features (or bugs!) without minimal coverage fo

3条回答
  •  一整个雨季
    2020-12-16 18:05

    if you use maven - cobertura plugin can be a good choice ( and not so annoying for developers as svn hook ) http://mojo.codehaus.org/cobertura-maven-plugin/usage.html

提交回复
热议问题