]> git.ipfire.org Git - thirdparty/kmod.git/commit
ci: add code coverage via Codecov
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 5 Nov 2024 15:07:34 +0000 (15:07 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 8 Nov 2024 17:51:52 +0000 (11:51 -0600)
commit5b72ac7d5b651721750007c14a03ddb66ff26285
treefbee094facfa9d350c5a9304e5133e9d19c75d8b
parentebbca1c24054b6a8b3cf0143a2fbf4c88078e6e0
ci: add code coverage via Codecov

Add a simple code coverage pipeline based on the CodeQL one.

Should give us pretty reports in the PRs and web UI with the results. We
can consider having HTML reports on our website (once it's up that is)
in addition or instead of at a future point.

Closes: https://github.com/kmod-project/kmod/issues/61
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/229
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/actions/setup-ubuntu/action.yml
.github/workflows/coverage.yml [new file with mode: 0644]