diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..5673ba32 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,14 @@ +ignore: + - "charts" + - "demos" + - "Documentation" + - "examples" + - "test" + - "tools" +coverage: + status: + project: + default: + threshold: 2 + # Disable patch coverage check since we focus on project coverage. + patch: off