Skip to content

Commit 3a7d13d

Browse files
committed
fixed path
1 parent a4e4ded commit 3a7d13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: madrapps/[email protected]
106106
with:
107107
paths: |
108-
${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.xml
108+
${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.xml,
109109
${{ github.workspace }}/jdbc-v2/target/site/jacoco-aggregate/jacoco.xml
110110
token: ${{ secrets.GITHUB_TOKEN }}
111111
min-coverage-overall: 40

0 commit comments

Comments
 (0)