forked from FerretDB/FerretDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codecov.yml
39 lines (33 loc) · 983 Bytes
/
.codecov.yml
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
36
37
38
39
---
# https://docs.codecov.com/docs/codecovyml-reference
codecov:
require_ci_to_pass: true
notify:
after_n_builds: 4 # 1 for unit tests + at least 3 for integration tests with different handlers
wait_for_ci: true
# https://docs.codecov.com/docs/coverage-configuration
coverage:
range: "50...65"
# https://docs.codecov.com/docs/commit-status
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: 50%
# https://docs.codecov.com/docs/ignoring-paths
ignore:
- cmd
# https://docs.codecov.com/docs/flags#recommended-automatic-flag-management
flag_management:
default_rules:
carryforward: false
# https://docs.codecov.com/docs/pull-request-comments
comment:
layout: reach,diff,files,flags
# https://docs.codecov.com/docs/github-checks
# Annotations may be hidden by pressing the "a" key or by unselecting "Show annotations" in the top right of the file.
github_checks:
annotations: true