forked from icon-project/IBC-Integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
37 lines (34 loc) · 978 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
codecov:
require_ci_to_pass: false
comment:
behavior: default
layout: "reach, diff, flags, files"
ignore:
- "**/test_*"
- "**/*_test.*"
- "**/mocks/*"
- "**/mock/*"
- "libraries/rust/common/src/icon/*"
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
statuses:
- type: project
target: auto
threshold: 1%
- type: patch
target: 80%
coverage:
precision: 2
range: "50...100"
round: down
status:
project: no
patch: # patch status only measures lines adjusted in the pull request or single commit
default:
target: 80% # target of an exact coverage number such as 75% or 100%
threshold: 2% # Allow the coverage to drop by X%, and posting a success status.
base: auto
changes: false # Codecov will detect changes in coverage that are NOT included in the commit/pull diff
github_checks:
annotations: true