mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 22:29:32 +00:00
* Added Github action to run unit tests and connect to Codecov Signed-off-by: dereknola <derek.nola@suse.com>
10 lines
330 B
YAML
10 lines
330 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default: false # disable the default status that measures entire project
|
|
pkg: # declare a new status context "pkg"
|
|
paths:
|
|
- pkg/* # only include coverage in "pkg/" folder
|
|
informational: true # Always pass check
|
|
patch: off # disable the commit only checks
|