With codecov v5, their release note states (et al):
The following arguments have been changed
- `file` (this has been deprecated in favor of `files`)
Where they actually meant _removed_... Oopsie :-)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/448
Signed-off-by: Lucas De Marchi <ldemarchi@kernel.org>
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
- file: builddir/meson-logs/coverage.xml
+ files: builddir/meson-logs/coverage.xml