Skip to content

Commit

Permalink
Merge pull request #867 from uhafner/errorprone
Browse files Browse the repository at this point in the history
Enable error prone warnings
  • Loading branch information
uhafner authored Nov 30, 2023
2 parents 86fe47a + 35b42b4 commit 8625dc5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.5
- name: Generate coverage with JaCoCo
run: mvn -V --color always -ntp clean verify --file pom.xml '-Dgpg.skip'
- name: Build and test with Maven
run: mvn -V --color always -ntp clean verify --file pom.xml '-Dgpg.skip' | tee maven.log
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.4
with:
Expand Down Expand Up @@ -68,6 +68,11 @@ jobs:
"name": "PMD",
"pattern": "**/target/pmd.xml"
},
{
"id": "error-prone",
"name": "Error Prone",
"pattern": "**/maven.log"
},
{
"id": "spotbugs",
"name": "SpotBugs",
Expand Down

0 comments on commit 8625dc5

Please sign in to comment.