Skip to content

Commit

Permalink
add jacoco exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
“HzjNeverStop” committed Nov 24, 2023
1 parent 4788d4f commit 1932446
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>com/alipay/sofa/common/thread/virtual/SofaVirtualThreadFactory.class</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1932446

Please sign in to comment.