-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
39 lines (36 loc) · 904 Bytes
/
codecov.yml
File metadata and controls
39 lines (36 loc) · 904 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
# 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/**"
- "MakerPrompt.Blazor/**"
- "MakerPrompt.MAUI/**"
- "MakerPrompt.Tests/**"
- "MakerPrompt.E2E*/**"
- "MakerPrompt.Shared/Pages/**"
- "MakerPrompt.Shared/Layout/**"
- "MakerPrompt.Shared/Components/**"
- "MakerPrompt.Shared/BrailleRAP/**"