Skip to content

Commit 7f1aa0d

Browse files
committed
Fix Codecov coverage input
1 parent f156672 commit 7f1aa0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: codecov/codecov-action@v6
9696
if: matrix.os == 'ubuntu-latest'
9797
with:
98-
file: ./.artifacts/coverage/coverage.out
98+
files: ./.artifacts/coverage/coverage.out
9999
flags: unittests
100100
fail_ci_if_error: false
101101

0 commit comments

Comments
 (0)