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

Merge branch 'automation/exclude-acl-from-code-coverage-report' into 'develop'

chore(automation): exclude acl package from code coverage report

See merge request teraflow-h2020/controller!133
parents b0c149a0 14e1e905
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -297,6 +297,7 @@ ...@@ -297,6 +297,7 @@
<exclude>device/*</exclude> <exclude>device/*</exclude>
<exclude>monitoring/*</exclude> <exclude>monitoring/*</exclude>
<exclude>kpi_sample_types/*</exclude> <exclude>kpi_sample_types/*</exclude>
<exclude>acl/*</exclude>
</excludes> </excludes>
</configuration> </configuration>
<executions> <executions>
......
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