You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
329 B
9 lines
329 B
2 years ago
|
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
|