Skip to content

Commit

Permalink
ignoring the generation of unused jacoco report
Browse files Browse the repository at this point in the history
  • Loading branch information
other authored and arey committed Mar 17, 2023
1 parent c9ef646 commit 970985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml -Djacoco.skip=true

0 comments on commit 970985f

Please sign in to comment.