Skip to content

Commit 44d312a

Browse files
Update options for move to v5 action
1 parent e33db32 commit 44d312a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-coverage.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- uses: codecov/codecov-action@v4
4444
with:
4545
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
46-
file: ./cobertura.xml
47-
plugin: noop
46+
files: ./cobertura.xml
47+
plugins: noop
4848
disable_search: true
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050

0 commit comments

Comments
 (0)