-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodecov.yml
More file actions
52 lines (48 loc) · 1.16 KB
/
Copy pathcodecov.yml
File metadata and controls
52 lines (48 loc) · 1.16 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
codecov:
require_ci_to_pass: yes
max_report_age: off
comment:
layout: "header, diff, flags, components, files, footer"
behavior: default
require_changes: false
coverage:
precision: 2
round: down
range: "70..100"
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: yes
macro: no
component_management:
default_rules:
statuses:
- type: project
target: auto
individual_components:
- component_id: module_ui
name: UI
paths:
- PhotoManager/PhotoManager.UI/**
- component_id: module_application
name: Application
paths:
- PhotoManager/PhotoManager.Application/**
- component_id: module_domain
name: Domain
paths:
- PhotoManager/PhotoManager.Domain/**
- component_id: module_infrastructure
name: Infrastructure
paths:
- PhotoManager/PhotoManager.Infrastructure/**
- component_id: module_persistence
name: Persistence
paths:
- PhotoManager/PhotoManager.Persistence/**
- component_id: module_common
name: Common
paths:
- PhotoManager/PhotoManager.Common/**