diff --git a/.github/codecov.yml b/.github/codecov.yml index 9808bfac83..4645f52f7f 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -20,3 +20,10 @@ coverage: paths: - "src" informational: true + patch: + default: + branches: + - "master" + paths: + - "src" + informational: true