mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
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
|