-
-
Notifications
You must be signed in to change notification settings - Fork 123
/
codecov.yml
45 lines (42 loc) · 964 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
40
41
42
43
44
45
codecov:
require_ci_to_pass: true
comment:
layout: "header, diff, flags, files"
require_base: false
flag_management:
default_rules:
carryforward: true
statuses:
- type: project
target: auto
threshold: 1%
- type: patch
target: 90%
individual_flags:
- name: generator
paths:
- packages/generator
carryforward: true
statuses:
- type: project
target: 20%
- type: patch
target: 100%
- name: win32
paths:
- packages/win32
carryforward: true
statuses:
- type: project
target: 20%
- type: patch
target: 100%
# Exclude generated files and examples from the coverage report.
ignore:
- 'examples'
- '**/example/'
- '**/*.g.dart'
- packages/win32/lib/src/com
- packages/win32/lib/src/constants_nodoc.dart
- packages/win32/lib/src/propertykey.dart
- packages/win32/lib/src/variant.dart