-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
62 lines (55 loc) · 1.3 KB
/
codecov.yml
File metadata and controls
62 lines (55 loc) · 1.3 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
codecov:
require_ci_to_pass: true
fixes:
- "SwfocTrainer.App\\::src/SwfocTrainer.App/"
- "SwfocTrainer.Catalog\\::src/SwfocTrainer.Catalog/"
- "SwfocTrainer.Core\\::src/SwfocTrainer.Core/"
- "SwfocTrainer.DataIndex\\::src/SwfocTrainer.DataIndex/"
- "SwfocTrainer.Flow\\::src/SwfocTrainer.Flow/"
- "SwfocTrainer.Helper\\::src/SwfocTrainer.Helper/"
- "SwfocTrainer.Meg\\::src/SwfocTrainer.Meg/"
- "SwfocTrainer.Profiles\\::src/SwfocTrainer.Profiles/"
- "SwfocTrainer.Runtime\\::src/SwfocTrainer.Runtime/"
- "SwfocTrainer.Saves\\::src/SwfocTrainer.Saves/"
- "SwfocTrainer.Transplant\\::src/SwfocTrainer.Transplant/"
ignore:
- tests/**
- scripts/**
- tools/**
- .github/**
- docs/**
- profiles/**
- native/**
coverage:
precision: 2
round: down
range: "100...100"
status:
project:
default:
target: 100%
threshold: 0%
patch:
default:
target: 100%
threshold: 0%
comment:
layout: "reach,diff,flags,files"
flags:
dotnet:
paths:
- src/
component_management:
default_rules:
statuses:
- type: project
target: 100%
threshold: 0%
individual_components:
- component_id: dotnet
name: dotnet
paths:
- src/
bundle_analysis:
warning_threshold: "0%"
status: informational