diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..665b25e8a4 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +coverage: + status: + patch: + default: + target: '80' + project: + default: + target: auto + threshold: 1 + changes: + default: + branches: + - nonExistantBranchToDisableTheFeature +comment: off