Skip to content

Commit 6b5a469

Browse files
committed
Fix path for Codecov
1 parent 8593989 commit 6b5a469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
uses: codecov/codecov-action@v5
137137
with:
138138
disable_search: true
139-
files: ././coverage-clover.xml
139+
files: ./coverage-clover.xml
140140
token: ${{ secrets.CODECOV_TOKEN }}
141141
verbose: true
142142

0 commit comments

Comments
 (0)