forked from lissy93/networking-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yaml
More file actions
73 lines (62 loc) · 1.22 KB
/
codecov.yaml
File metadata and controls
73 lines (62 loc) · 1.22 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
codecov:
require_ci_to_pass: no
notify:
wait_for_ci: no
coverage:
precision: 2
round: down
range: "50...100"
status:
project:
default:
target: 80%
threshold: 5%
informational: true
if_ci_failed: success
patch:
default:
target: 50%
threshold: 10%
informational: true
if_ci_failed: success
component_management:
individual_components:
- component_id: api
name: API Routes
paths:
- src/routes/api/**/*
- component_id: frontend
name: Frontend
paths:
- src/routes/**/*.svelte
- src/lib/components/**
- src/styles/**
- component_id: utils
name: Utilities
paths:
- src/lib/utils/**
ignore:
- "tests/**/*"
- ".svelte-kit/**/*"
- "build/**/*"
- "playwright-report/**/*"
- "coverage/**/*"
- "**/*.config.ts"
- "**/*.config.js"
- "src/app.html"
- "**/*.d.ts"
- "static/**/*"
- ".github/**/*"
comment: false
flags:
unittests:
carryforward: true
carryforward_mode: all
api-tests:
carryforward: true
carryforward_mode: all
e2e-tests:
carryforward: true
carryforward_mode: all
github_checks:
annotations: true