Skip to content
Snippets Groups Projects
Commit bef9b49f authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

chore(policy): exclude packages from code coverage report

parent c8e73e51
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -295,6 +295,15 @@ ...@@ -295,6 +295,15 @@
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version> <version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>policy/*</exclude>
<exclude>context/*</exclude>
<exclude>monitoring/*</exclude>
<exclude>service/*</exclude>
<exclude>kpi_sample_types/*</exclude>
</excludes>
</configuration>
<executions> <executions>
<execution> <execution>
<id>instrument-unit-tests</id> <id>instrument-unit-tests</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment