-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
27 lines (24 loc) · 873 Bytes
/
Copy pathcodecov.yml
File metadata and controls
27 lines (24 loc) · 873 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
# Codecov for the LanguageTags NuGet library only. Generated code (embedded *DataGen.cs tables and .g.cs
# source-generator output) is ignored so coverage reflects hand-written code, not generated lines.
# Kept informational until a default-branch upload sets a baseline under these ignores; then flip to blocking.
coverage:
status:
project:
default:
target: auto # compare each commit to its base
threshold: 1% # allowed drop before failing
informational: true # report-only; set false to block
patch:
default:
target: auto
threshold: 1%
informational: true
comment:
layout: "condensed_header, diff, files, components"
require_changes: false
ignore:
- "LanguageTagsCreate"
- "LanguageTagsTests"
- "**/*Gen.cs"
- "**/*.g.cs"
- ".artifacts/**"