From 5eb116059ba07a6e79336ff023940045b12642a0 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 24 Nov 2023 11:04:11 +0530 Subject: [PATCH] Turn off patch coverage --- .github/codecov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codecov.yaml b/.github/codecov.yaml index 950edb6a9..945043085 100644 --- a/.github/codecov.yaml +++ b/.github/codecov.yaml @@ -15,3 +15,4 @@ coverage: # Turing off for now as code coverage isn't stable and causes unnecessary build failures. # default: # threshold: 2% + patch: off