Skip to content

Commit 95c09b1

Browse files
committed
Fix Coveralls upload file path
1 parent c8c18f3 commit 95c09b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
if: matrix.stable
6060
uses: codecov/codecov-action@v5
6161
with:
62-
file: ./build/logs/clover.xml
62+
files: ./build/logs/clover.xml

0 commit comments

Comments
 (0)