diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-02-19 09:08:26 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-04 13:22:52 +0100 |
commit | 2d7eac92dc449592a27826daa5478aec8c9e64fc (patch) | |
tree | e7e2709c1e1d4df817dfa07f52d788728070cba7 /pom.xml | |
parent | 6c41cba0d29e744f90347ae98975f8e4e55c8bd7 (diff) | |
download | sonarqube-2d7eac92dc449592a27826daa5478aec8c9e64fc.tar.gz sonarqube-2d7eac92dc449592a27826daa5478aec8c9e64fc.zip |
generate js coverage report from casperjs tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -85,6 +85,7 @@ <skipBatchTests>false</skipBatchTests> <skipServerTests>false</skipServerTests> <skipWebTests>false</skipWebTests> + <jsCoverage>nocoverage</jsCoverage> <version.maven-license.plugin>1.9.0</version.maven-license.plugin> <skipSanityChecks>false</skipSanityChecks> @@ -1550,6 +1551,13 @@ </plugins> </build> </profile> + + <profile> + <id>analysis</id> + <properties> + <jsCoverage>coverage</jsCoverage> + </properties> + </profile> </profiles> </project> |