mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 08:34:43 +08:00
23 lines
440 B
YAML
23 lines
440 B
YAML
# https://docs.codecov.com/docs/codecovyml-reference
|
|
codecov:
|
|
require_ci_to_pass: false
|
|
notify:
|
|
wait_for_ci: true
|
|
coverage:
|
|
range: 60..79
|
|
round: down
|
|
precision: 2
|
|
status:
|
|
changes: false
|
|
patch: false
|
|
project:
|
|
default:
|
|
target: 80%
|
|
threshold: 1%
|
|
comment:
|
|
layout: "condensed_header, diff, files, footer"
|
|
hide_project_coverage: false
|
|
after_n_builds: 35
|
|
github_checks:
|
|
annotations: false
|