forked from getsentry/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
42 lines (40 loc) · 800 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
# Setting coverage targets per flag
coverage:
status:
project:
default: false
patch:
default: false
frontend:
# codecov should not fail status checks
informational: true
only_pulls: true
target: 60%
flags:
- frontend
backend:
# codecov should not fail status checks
informational: true
only_pulls: true
target: 90%
flags:
- backend
ignore:
- src/*/migrations/
- src/bitfield/
- src/sentry/debug/
- src/sentry/lint/
- src/sentry/runner/
- src/social_auth/
- static/app/routes.tsx
- tests/
flags:
frontend:
paths:
- "static/app/"
carryforward: true
backend:
paths:
- "src/sentry/**/*.py"
carryforward: true
comment: false