diff --git a/.github/codecov.yml b/.github/codecov.yml index 3c8819a15fe..24756fdcbb2 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -9,5 +9,5 @@ coverage: project: default: target: auto - threshold: 2% # Allow atmost 2% coverage drop from main branch. + threshold: 1% # Allow atmost 1% coverage drop from main branch. patch: false