Skip to content

Commit 0a35cf9

Browse files
committed
Fix coverage report
1 parent ff94673 commit 0a35cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114
uses: codecov/codecov-action@v5
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117-
file: ./reports/coverage.xml
117+
files: ./reports/coverage.xml
118118
fail_ci_if_error: true
119-
plugin: noop
119+
plugins: noop
120120

121121
- name: All done
122122
run: echo 1

0 commit comments

Comments
 (0)