mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
22 lines
617 B
YAML
22 lines
617 B
YAML
---
|
|
|
|
# (mandatory)
|
|
# Path to coverprofile file (output of `go test -coverprofile` command).
|
|
profile: coverage.out
|
|
|
|
# (optional; but recommended to set)
|
|
# When specified reported file paths will not contain local prefix in the output
|
|
local-prefix: "npm"
|
|
|
|
# Holds coverage thresholds percentages, values should be in range [0-100]
|
|
threshold:
|
|
# (optional; default 0)
|
|
# The minimum coverage that each file should have
|
|
# file: 70
|
|
# (optional; default 0)
|
|
# The minimum coverage that each package should have
|
|
# package: 30
|
|
# (optional; default 0)
|
|
# The minimum total coverage project should have
|
|
total: 34
|