Skip to content

Commit 27b15e5

Browse files
committed
ci,coverage: fix upload artifact path
1 parent 5d17478 commit 27b15e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: coverage-report
55-
path: ./coverage/lcov.info
55+
path: coverage-report

0 commit comments

Comments
 (0)