-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
36 lines (32 loc) · 806 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
coverage:
precision: 4
round: down
range: "65...90"
status:
project:
default:
target: auto
threshold: 3% # Allow the coverage to drop by threshold %, and posting a success status.
patch:
default:
target: auto
threshold: 3%
comment:
layout: "header, diff, flags"
behavior: default
require_changes: false
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
statuses:
- type: project
target: 85%
- type: patch
target: 85%
# Ref: https://docs.codecov.com/docs/ignoring-paths
ignore:
- tests # integration test cases or tools.
- fuzz # fuzz test cases or tools.
- components/test_*/**
- components/*_tests/**
- components/*/tests