-
Notifications
You must be signed in to change notification settings - Fork 2
/
codecov.yml
53 lines (46 loc) · 1.14 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
# codecov.yml
comment:
layout: "header, diff, flags, components"
component_management:
default_rules:
statuses:
- type: project
target: auto
branches:
- "!main" # Applies to all branches except 'main'
individual_components:
- component_id: paralax_core
name: Paralax Core
paths:
- src/Paralax/**
statuses:
- type: project
target: auto
- component_id: paralax_cqrs_commands
name: Paralax CQRS Commands
paths:
- src/Paralax.CQRS.Commands/**
statuses:
- type: project
target: auto
- component_id: paralax_cqrs_queries
name: Paralax CQRS Queries
paths:
- src/Paralax.CQRS.Queries/**
statuses:
- type: project
target: auto
- component_id: paralax_http
name: Paralax HTTP
paths:
- src/Paralax.HTTP/**
statuses:
- type: project
target: auto
- component_id: paralax_security
name: Paralax Security
paths:
- src/Paralax.Security/**
statuses:
- type: project
target: auto