Skip to content

Commit 6dd8015

Browse files
committed
fix
1 parent a36ac6a commit 6dd8015

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/scan-codecoverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
java-version: "21"
1414
distribution: "temurin"
1515
architecture: x64
16+
- run: mvn test
1617
- run: mvn jacoco:report
1718
- run:
1819
- run: zip -r coverage-report-html.zip jacoco/*

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ output.xml
77
.settings
88
.DS_Store
99
.dccache
10+
bar.xml

0 commit comments

Comments
 (0)