Skip to content

Commit b4c1dcf

Browse files
authored
Modify Codecov YAML for informational coverage status
Updated Codecov configuration to set default status to informational for project and patch coverage.
1 parent 196902e commit b4c1dcf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ coverage:
88
precision: 2
99
status:
1010
project:
11-
default: true
11+
default:
12+
informational: true
1213
dotnet:
1314
flags:
1415
- DotNet
@@ -22,7 +23,8 @@ coverage:
2223
threshold: 0%
2324

2425
patch:
25-
default: true
26+
default:
27+
informational: true
2628
dotnet:
2729
flags:
2830
- DotNet

0 commit comments

Comments
 (0)