-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcodecov.yml
More file actions
32 lines (30 loc) · 855 Bytes
/
codecov.yml
File metadata and controls
32 lines (30 loc) · 855 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
28
29
30
31
32
# Coverage configuration
#
# Validate this file using the following command in root project:
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
# ----------------------
coverage:
status:
project:
default:
# basic
target: auto
threshold: 1%
base: auto
patch:
default:
informational: true # don't fail the build if patch coverage is below threshold
target: 80%
base: auto
# Ignoring Paths
# --------------
# which folders/files to ignore
ignore:
- ".*/.*test/.*"
# Pull request comments:
# ----------------------
# Diff is the Coverage Diff of the pull request.
# Files are the files impacted by the pull request
comment:
layout: diff, files, footer
behavior: default