]> git.ipfire.org Git - thirdparty/kmod.git/commit
ci: specify/run only the gcov pluin master
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 3 Jul 2026 21:46:17 +0000 (22:46 +0100)
committerLucas De Marchi <ldemarchi@kernel.org>
Mon, 6 Jul 2026 16:10:05 +0000 (13:10 -0300)
commit6f6aa9e217c0d045c89576fbb3f3c5cee4b5bd09
treeb3f6f3d98883bfb99864fd5d47a79dd83f7a6dae
parentc6ce8cea9c07d2b5a8a36e19cccf8ddbe06504f4
ci: specify/run only the gcov pluin

The default has changed with codecov v5, where all existing plugins are
attempted. In practise we only need gcov, which seems to work file.

Specify it, saving us the following warning:

  coverage.py is not installed or can't be found.

Initially I tried adding it to the Ubuntu image, only to notice they
lack the looked for `coverage.py` executable and instead have
`python{version.minor}-coverage.py`.

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