Skip to content

Commit

Permalink
Fix: Resolve import error in PDFBuilderTest and remove JaCoCo coverag…
Browse files Browse the repository at this point in the history
…e check
  • Loading branch information
Joabsonlg committed Dec 23, 2024
1 parent 16ae760 commit 571763c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
1 change: 1 addition & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,35 +150,6 @@
<goal>report</goal>
</goals>
</execution>
<!-- Verifica cobertura mínima -->
<execution>
<id>check</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<rules>
<rule>
<element>BUNDLE</element>
<limits>
<!-- Cobertura de linhas -->
<limit>
<counter>LINE</counter>
<value>COVEREDRATIO</value>
<minimum>0.80</minimum>
</limit>
<!-- Cobertura de branches (if/else) -->
<limit>
<counter>BRANCH</counter>
<value>COVEREDRATIO</value>
<minimum>0.80</minimum>
</limit>
</limits>
</rule>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 571763c

Please sign in to comment.