Skip to content

Commit

Permalink
Ignoring unnecessarily generated jacoco report (#1762)
Browse files Browse the repository at this point in the history
* Ignoring unnecessarily generated jacoco report

* Ignoring unnecessarily generated by pmd plugin

---------

Co-authored-by: other <other@ECE-A55006.austin.utexas.edu>
Co-authored-by: Tobias <t.warneke@gmx.net>
  • Loading branch information
3 people authored Apr 27, 2023
1 parent 5264827 commit 1bbb144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml -DdisableXmlReport=true -Dpmd.skip=true
run: mvn -B package --file pom.xml -DdisableXmlReport=true -Djacoco.skip=true -Dpmd.skip=true

0 comments on commit 1bbb144

Please sign in to comment.