Skip to content

Commit 69e4d3d

Browse files
committed
Rename file key to codecov-action to files
1 parent b677ec4 commit 69e4d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
uses: codecov/codecov-action@v5
140140
with:
141141
token: ${{ secrets.CODECOV_TOKEN }}
142-
file: ./coverage.xml
142+
files: ./coverage.xml
143143
flags: unittests
144144
# name: codecov-umbrella
145145
# yml: ./codecov.yml

0 commit comments

Comments
 (0)