Update comments in Jacoco-maven-plugin re: autogenerated code

This commit is contained in:
dotasek 2022-06-15 09:38:03 -04:00
parent 1fee28fe84
commit 1f3a79fe53

View File

@ -328,8 +328,8 @@
<version>${jacoco_version}</version>
<configuration>
<excludes>
<!-- These files blow away the JVM limit on file size. Until we refactor, we need to ignore or
Jacoco complains and won't run the validator tests. -->
<!-- These are auto-generated files that will exceed the JVM limit on file size.
If these are not excluded, Jacoco complains and won't run the validator tests. -->
<exclude>org/hl7/fhir/r5/formats/JsonParser</exclude>
<exclude>org/hl7/fhir/r5/formats/XmlParser</exclude>
<exclude>org/hl7/fhir/r4b/formats/JsonParser</exclude>