Skip to content

Commit c064b4c

Browse files
author
github-actions
committed
revert: Change back to 'file' parameter for coverage upload
Revert 'files' to 'file' as coverage upload stopped working. The 'file' parameter may still work despite the deprecation warning.
1 parent 1e0022f commit c064b4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: codecov/codecov-action@v5
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
71-
files: ./coverage.xml
71+
file: ./coverage.xml
7272
flags: unittests
7373
name: codecov-umbrella
7474
fail_ci_if_error: false

0 commit comments

Comments
 (0)