Add tag required by schema to Cobertura configuration. #1555

Fixes IntelliJ IDEA MavenModelInspection violation.
This commit is contained in:
Michal Kordas 2015-08-05 21:42:07 +02:00 committed by Roman Ivanov
parent d2b16c06ed
commit 1df3af1d42
1 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@
<format>xml</format>
<format>html</format>
</formats>
<check/>
</configuration>
</plugin>