-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
40 lines (38 loc) · 1.08 KB
/
Copy pathcodecov.yml
File metadata and controls
40 lines (38 loc) · 1.08 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
component_management:
default_rules:
statuses:
- type: project
target: auto
informational: true
- type: patch
target: auto
informational: true
individual_components:
- component_id: strongtypes
name: StrongTypes
paths: ["src/StrongTypes/**"]
- component_id: analyzers
name: StrongTypes.Analyzers
paths: ["src/StrongTypes.Analyzers/**", "src/StrongTypes.Analyzers.CodeFixes/**"]
- component_id: efcore
name: StrongTypes.EfCore
paths: ["src/StrongTypes.EfCore/**"]
- component_id: api
name: StrongTypes.Api
paths: ["src/StrongTypes.Api/**"]
- component_id: fscheck
name: StrongTypes.FsCheck
paths: ["src/StrongTypes.FsCheck/**"]
comment:
layout: "header, diff, components, tree"
require_changes: false
coverage:
status:
# `informational: true` posts a status but never fails the PR. Keeps
# codecov in evaluation mode alongside our custom sticky comment.
project:
default:
informational: true
patch:
default:
informational: true