Skip to content

Commit b10ad2d

Browse files
committed
fixed pass
1 parent 040e5d2 commit b10ad2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ jobs:
103103
uses: madrapps/[email protected]
104104
with:
105105
paths: |
106-
${{ github.workspace }}/**/target/site/jacoco-aggregate/**/jacoco.xml
106+
${{ github.workspace }}/**/target/site/jacoco-aggregate/jacoco.xml
107107
token: ${{ secrets.GITHUB_TOKEN }}
108108
min-coverage-overall: 40
109109
min-coverage-changed-files: 60
110+
title: Code Coverage
111+
update-comment: 'true'

0 commit comments

Comments
 (0)