diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..d54a4f9a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +coverage: + status: + project: + default: + threshold: 10% # make CI green + patch: + default: + threshold: 10% # make CI green + +ignore: # ignore codecoverage on following paths + - "examples" + - ".github" + - "**/*.md" + - "**/*.toml"