-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
52 lines (46 loc) · 867 Bytes
/
codecov.yml
File metadata and controls
52 lines (46 loc) · 867 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
codecov:
require_ci_to_pass: true
coverage:
precision: 2
round: down
range: "70...100"
# Status settings
status:
project:
default:
target: 80%
threshold: 1%
base: auto
branches:
- main
- develop
patch:
default:
target: 80%
threshold: 1%
base: auto
# Ignore patterns
ignore:
- "**/*.g.dart"
- "**/*.freezed.dart"
- "**/*.config.dart"
- "**/generated/**"
- "**/l10n/**"
- "**/main.dart"
- "test/**"
- "**/*_test.dart"
- "**/test_helpers.dart"
- "**/test_fixtures.dart"
# Flags for different test types
flags:
unittests:
paths:
- lib/
carryforward: true
# Comment settings for PRs
comment:
layout: "reach,diff,flags,tree,reach"
behavior: default
require_changes: false
require_base: false
require_head: true