Skip to content

Commit 927d40b

Browse files
committed
specify report path
1 parent 0a23f93 commit 927d40b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: coverage-report
43-
path: target/site/jacoco/jacoco.xml
43+
path: |
44+
${{ github.workspace }}/target/site/jacoco/jacoco.xml
45+
${{ github.workspace }}/target/site/jacoco/index.html
4446
4547

0 commit comments

Comments
 (0)