forked from gitlabform/gitlabform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
29 lines (26 loc) · 716 Bytes
/
codecov.yml
File metadata and controls
29 lines (26 loc) · 716 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
codecov:
notify:
# unit tests + at least one acceptance test
after_n_builds: 2
# adding Flags to your `layout` configuration to show up in the PR comment
comment:
layout: "reach, diff, flags, files"
show_carryforward_flags: true
coverage:
status:
project:
default:
target: 70% # overall project coverage
premium_features:
target: 60%
flags:
- premium
flags:
premium_features:
paths:
- gitlabform/processors/util/branch_protector.py
- gitlabform/processors/project/project_push_rules_processor.py
- gitlabform/gitlab/projects.py
- gitlabform/gitlab/branches.py
- gitlabform/gitlab/core.py
carryforward: true