Skip to content

Commit

Permalink
debug jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed May 9, 2024
1 parent f163854 commit 8013346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
- name: Build with Maven
run: |
# temp skip checkstyle and spotbugs to verify coverage
mvn clean install -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dcheckstyle.skip -Dspotbugs.skip -Dmaven.test.failure.ignore=true
mvn clean install -B -X -Dcheckstyle.skip -Dspotbugs.skip -Dmaven.test.failure.ignore=true
ls ${{ github.workspace }}/target
ls ${{ github.workspace }}/target/site
grep -Ril *.xml target
- name: Jacoco Report to PR
Expand Down

0 comments on commit 8013346

Please sign in to comment.