Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
twitch
live-coding-fr
Commits
6f3aa114
Commit
6f3aa114
authored
Aug 22, 2020
by
Colin DAMON
Browse files
Merge test coverages
parent
798eb242
Changes
1
Hide whitespace changes
Inline
Side-by-side
borestop/pom.xml
View file @
6f3aa114
...
@@ -546,6 +546,36 @@
...
@@ -546,6 +546,36 @@
<outputDirectory>
${jacoco.itReportFolder}
</outputDirectory>
<outputDirectory>
${jacoco.itReportFolder}
</outputDirectory>
</configuration>
</configuration>
</execution>
</execution>
<execution>
<id>
merge
</id>
<phase>
verify
</phase>
<goals>
<goal>
merge
</goal>
</goals>
<configuration>
<fileSets>
<fileSet
implementation=
"org.apache.maven.shared.model.fileset.FileSet"
>
<directory>
${project.basedir}
</directory>
<includes>
<include>
**/*.exec
</include>
</includes>
</fileSet>
</fileSets>
<destFile>
${project.build.directory}/coverage-reports/aggregate.exec
</destFile>
</configuration>
</execution>
<execution>
<id>
post-merge-report
</id>
<phase>
verify
</phase>
<goals>
<goal>
report
</goal>
</goals>
<configuration>
<dataFile>
${project.build.directory}/coverage-reports/aggregate.exec
</dataFile>
<outputDirectory>
${project.build.directory}/jacoco-aggregate
</outputDirectory>
</configuration>
</execution>
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<plugin>
...
@@ -796,8 +826,6 @@
...
@@ -796,8 +826,6 @@
<configuration>
<configuration>
<mainClass>
${start-class}
</mainClass>
<mainClass>
${start-class}
</mainClass>
<fork>
true
</fork>
<fork>
true
</fork>
<!-- Enable the line below to have remote debugging of your application
on port 5005 <jvmArguments>-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005</jvmArguments> -->
</configuration>
</configuration>
</plugin>
</plugin>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment