-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
41 lines (38 loc) · 817 Bytes
/
codecov.yml
File metadata and controls
41 lines (38 loc) · 817 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
coverage:
status:
project:
angular:
flags:
- angular
target: 95%
dotnet:
flags:
- dotnet
target: 90%
patch:
default:
target: auto
flags:
angular:
paths:
- frontend/src/app/
carryforward: true
dotnet:
paths:
- backend/API/
- backend/BL/
- backend/DAL/
- backend/Contracts/
carryforward: true
fixes:
- "src/app/::frontend/src/app/"
- "API/::backend/API/"
- "BL/::backend/BL/"
- "DAL/::backend/DAL/"
- "Contracts/::backend/Contracts/"
ignore:
- "frontend/src/app/app.config.ts"
- "frontend/src/app/app.routes.ts"
- "frontend/src/app/core/api/generated/**"
- "frontend/src/app/**/models/**"
- "frontend/src/app/features/tours/components/tour-map.component.ts"