Skip to content

Commit b13fb15

Browse files
authored
Change file to files codecov action (#331)
1 parent 9bafc5a commit b13fb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
if: ${{ success() && (matrix.coverage == true) }}
180180
uses: codecov/codecov-action@v5
181181
with:
182-
file: ./coverage.info
182+
files: ./coverage.info
183183
fail_ci_if_error: true
184184
verbose: true
185185
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)