Skip to content

Commit

Permalink
Actually skip test failures during SonarCloud analysis (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored Jan 25, 2024
1 parent aa1cfd9 commit 7e0e121
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 @@ -1981,6 +1981,11 @@
</profile>
<profile>
<id>sonar</id>
<activation>
<property>
<name>sonar.projectKey</name>
</property>
</activation>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
</properties>
Expand Down

0 comments on commit 7e0e121

Please sign in to comment.