- More strict on orchestrator flag - Make orchestrator flag more explicit as experimental - Add experimentalCLI annotation on kubernetes flags - Better kubeconfig error message - Prefix service name with stackname in ps and services stack subcommands - Fix yaml documentation - Fix code coverage ignoring generated code Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
22 lines
530 B
YAML
22 lines
530 B
YAML
comment:
|
|
layout: header, changes, diff, sunburst
|
|
coverage:
|
|
status:
|
|
patch:
|
|
default:
|
|
target: 50%
|
|
only_pulls: true
|
|
# project will give us the diff in the total code coverage between a commit
|
|
# and its parent
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: "15%"
|
|
changes: false
|
|
ignore:
|
|
- "**/internal/test"
|
|
- "vendor/*"
|
|
- "cli/compose/schema/bindata.go"
|
|
- "cli/command/stack/kubernetes/api/openapi"
|
|
- "cli/command/stack/kubernetes/api/client"
|
|
- ".*generated.*" |