Skip to content

Commit 85d5152

Browse files
committed
code cov fix
1 parent c4b31e5 commit 85d5152

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- uses: codecov/codecov-action@v7
4242
with:
4343
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
44-
file: ./cobertura.xml
45-
plugin: noop
44+
files: ./cobertura.xml
45+
plugins: noop
4646
disable_search: true
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848

0 commit comments

Comments
 (0)