summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-02-19 09:08:26 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-03-04 13:22:52 +0100
commit2d7eac92dc449592a27826daa5478aec8c9e64fc (patch)
treee7e2709c1e1d4df817dfa07f52d788728070cba7 /pom.xml
parent6c41cba0d29e744f90347ae98975f8e4e55c8bd7 (diff)
downloadsonarqube-2d7eac92dc449592a27826daa5478aec8c9e64fc.tar.gz
sonarqube-2d7eac92dc449592a27826daa5478aec8c9e64fc.zip
generate js coverage report from casperjs tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c2ea68ba43d..03d2aae55e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>