Skip to content

Commit d073d8d

Browse files
Update codecov.yml (#1278)
Dont allow more than 1% overall project coverage drop per PR. 2% was too much for such a large codebase <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated code coverage enforcement thresholds for pull requests to maintain stricter quality standards. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent fe8c517 commit d073d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ coverage:
99
project:
1010
default:
1111
target: auto
12-
threshold: 2% # Allow atmost 2% coverage drop from main branch.
12+
threshold: 1% # Allow atmost 1% coverage drop from main branch.
1313
patch: false

0 commit comments

Comments
 (0)