Skip to content

Commit

Permalink
Merge pull request #627 from DependencyTrack/coverage-variation-fix
Browse files Browse the repository at this point in the history
Fix incorrect coverage variation reported by Codacy for PRs
  • Loading branch information
nscuro authored Mar 19, 2024
2 parents 332cb4c + 8d7d2e3 commit 1725d35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,16 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>org/cyclonedx/proto/**/*</exclude>
<exclude>org/dependencytrack/proto/**/*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit 1725d35

Please sign in to comment.