]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: use the correct argument for codecov
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 3 Jul 2026 21:21:38 +0000 (22:21 +0100)
committerLucas De Marchi <ldemarchi@kernel.org>
Mon, 6 Jul 2026 16:10:05 +0000 (13:10 -0300)
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>
.github/workflows/coverage.yml

index 334d3c143c2defa19180efa9b30444550d5c0627..5132d3c1bebf06a56fff8053141f26cf2c02ed5b 100644 (file)
@@ -52,4 +52,4 @@ jobs:
         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