-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
40 lines (37 loc) · 990 Bytes
/
Copy pathcodecov.yml
File metadata and controls
40 lines (37 loc) · 990 Bytes
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
# Codecov configuration
# https://docs.codecov.io/docs/codecov-yaml
coverage:
status:
project:
default:
# Allow 1% drop before failing the status check
target: auto
threshold: 1%
patch:
default:
# Require 70% coverage on changed lines in a PR
target: 70%
threshold: 5%
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
require_base: true
# Mirror the exclusions defined in coverage.runsettings
ignore:
- "**/*.Designer.cs"
- "**/*.g.cs"
- "**/*.g.i.cs"
- "**/*.razor.g.cs"
- "**/Program.cs"
- "**/obj/**"
- "**/bin/**"
- "src/MakerPrompt.UI.Blazor/**"
- "src/MakerPrompt.UI.MAUI/**"
- "src/MakerPrompt.Cloud/**"
- "src/MakerPrompt.EdgeAgent/**"
- "tests/**"
- "src/MakerPrompt.UI.Components/Pages/**"
- "src/MakerPrompt.UI.Components/Layout/**"
- "src/MakerPrompt.UI.Components/Components/**"
- "src/MakerPrompt.UI.Components/BrailleRAP/**"