mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-04 11:49:53 +02:00
execute test with coverage durring build
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</node>
|
||||
<pkgManager>
|
||||
<type>YARN</type>
|
||||
<version>1.3.2</version>
|
||||
<version>1.7.0</version>
|
||||
</pkgManager>
|
||||
<script>run</script>
|
||||
</configuration>
|
||||
@@ -51,6 +51,16 @@
|
||||
<script>build</script>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>test</id>
|
||||
<phase>test</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<script>test-coverage</script>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user