Skip to content

Commit f50e2ff

Browse files
🐛 trying to fix ci
1 parent 9aa0523 commit f50e2ff

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Upload coverage to Codecov
3939
uses: codecov/codecov-action@v5
4040
with:
41-
file: ./coverage.xml
41+
files: ./coverage.xml
4242
flags: unittests
4343
fail_ci_if_error: false
4444
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)