Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 7d1e09b

Browse files
authored
[SEI-9785] Require 70% patch coverage (#586)
## Describe your changes and provide context ## Testing performed to validate your change
1 parent 07a2206 commit 7d1e09b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
# Now we upload the merged report to Codecov
148148
- name: Upload coverage to Codecov
149-
uses: codecov/codecov-action@v3
149+
uses: codecov/codecov-action@v4
150150
with:
151151
file: ./coverage.txt
152152
token: ${{ secrets.CODECOV_TOKEN }}

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ coverage:
77
default:
88
threshold: 1% # allow this much decrease on project
99
target: 50%
10+
patch:
11+
default:
12+
target: 70%
1013

1114
comment:
1215
layout: "reach,diff,flags,tree,betaprofiling"

0 commit comments

Comments
 (0)