Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed May 9, 2024
1 parent e89fb95 commit ee67cf1
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -47,12 +47,13 @@ jobs:
id: jacoco
uses: madrapps/jacoco-report@v1.6.1
with:
paths: ${{ github.workspace }}/target/site/jacoco/index.html
paths: ${{ github.workspace }}/target/site/**/*.html
token: ${{ secrets.GITHUB_TOKEN }}
#min-coverage-overall: 80
#min-coverage-changed-files: 80
title: Code Coverage
update-comment: true
skip-if-no-changes: true
pass-emoji: ':green_circle:'
fail-emoji: ':red_circle:'

Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<configuration>
<formats>XML</formats>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit ee67cf1

Please sign in to comment.