-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathcodecov.yml
More file actions
22 lines (20 loc) · 669 Bytes
/
Copy pathcodecov.yml
File metadata and controls
22 lines (20 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Codecov configuration.
#
# The JsonSubTypes.Text.Json.Aot.Generated project is the golden master: committed output of the
# source generator, used to test the generator and to let Sonar analyze generated code.
# Its coverage is not a meaningful project-level metric (it is exercised only partially
# by the generator tests), so it is excluded from the Codecov project and patch checks.
ignore:
- "JsonSubTypes.Text.Json.Aot.Generated/**"
- "JsonSubTypes.Text.Json.Aot.Generator.Tests/**"
- "**/*Tests*/**"
- "**/*.g.cs"
coverage:
status:
project:
default:
target: auto
threshold: 5%
patch:
default:
target: 80%