-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcodecov.yml
42 lines (39 loc) · 943 Bytes
/
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
comment:
layout: "header, diff, flags, components"
coverage:
range: 60..73
status:
project:
default:
target: 65%
patch: no
component_management:
default_rules:
statuses:
- type: project
target: 65%
branches:
- "main"
individual_components:
- component_id: Fluxzy.Core
name: Fluxzy.Core
paths:
- src/Fluxzy.Core/**
- component_id: Fluxzy.Core.Pcap
name: Fluxzy.Core.Pcap
paths:
- src/Fluxzy.Core.Pcap/**
- component_id: Fluxzy
name: Fluxzy
paths:
- src/Fluxzy/**
ignore:
- "src/Fluxzy.Core.Pcap.Cli/**"
- "src/Fluxzy.Extensions/**"
- "src/Fluxzy.Tools.DocGen/**"
# Ignore debugging code
- "src/Fluxzy.Core/Clients/H2Logger.cs"
- "src/Fluxzy.Core/Clients/H1Logger.cs"
- "src/Fluxzy.Core/Misc/Streams/DebugFileStream.cs"
- "src/Fluxzy/ArgsHelper.cs"
- "src/Fluxzy.Core/Misc/Traces/**"