Skip to content

Commit 9b5e3bf

Browse files
author
David Wallace
committed
ci: fix codecov
Signed-off-by: David Wallace <mypydavid@proton.me>
1 parent 928e30a commit 9b5e3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Upload Coverage to Codecov
4747
uses: codecov/codecov-action@v5
4848
with:
49-
file: ./coverage.xml
49+
files: ./coverage.xml
5050
flags: unittests
5151
name: codecov-umbrella
5252
fail_ci_if_error: true

0 commit comments

Comments
 (0)