forked from Tailormap/tailormap-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
35 lines (32 loc) · 745 Bytes
/
codecov.yml
File metadata and controls
35 lines (32 loc) · 745 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
33
34
35
# https://docs.codecov.com/docs/codecovyml-reference
# validate: curl -X POST --data-binary @codecov.yml https://codecov.io/validate
codecov:
strict_yaml_branch: 'main'
branch: 'main'
require_ci_to_pass: true
notify:
after_n_builds: 2
wait_for_ci: true
coverage:
precision: 0
round: 'up'
range: "70...100"
status:
changes: false
patch:
default:
target: auto
threshold: 1%
project:
default:
target: auto
threshold: 1%
# https://docs.codecov.com/docs/github-checks
github_checks:
annotations: true
# https://docs.codecov.com/docs/pull-request-comments
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true
after_n_builds: 2