Skip to content

Commit 593f95d

Browse files
authored
Fix codecov reports (#545)
1 parent e5e02bd commit 593f95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Upload coverage reports to Codecov with GitHub Action
102102
uses: codecov/codecov-action@v5
103103
with:
104-
file: Converters/**/coverage.xml
104+
files: Converters/**/coverage.xml
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106

107107
- name: Push to nuget.org

0 commit comments

Comments
 (0)