forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
35 lines (30 loc) · 711 Bytes
/
codecov.yml
File metadata and controls
35 lines (30 loc) · 711 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
codecov:
bot: "codecov-io"
require_ci_to_pass: false
coverage:
status:
project:
back-end:
# Project must always have at least the target amount coverage (by line)
target: 85%
# Whole-project test coverage is allowed to drop up to 5%. (For situtations where we delete code with full coverage)
threshold: 5%
flags:
- back-end
front-end:
target: 60%
threshold: 5%
flags:
- front-end
patch: off
flags:
back-end:
paths:
- enterprise/backend
- src/metabase
carryforward: true
front-end:
paths:
- enterprise/frontend/src
- frontend/src
carryforward: true