forked from hashicorp/terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
27 lines (24 loc) · 665 Bytes
/
codecov.yml
File metadata and controls
27 lines (24 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
comment:
layout: "flags, files"
behavior: default
require_changes: true # only comment on changes in coverage
require_base: yes # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: # branch names that can post comment
- "main"
coverage:
status:
project:
default:
informational: true
target: auto
threshold: "0.5%"
patch:
default:
informational: true
target: auto
threshold: "0.5%"
github_checks:
annotations: false