diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..d3d93eb7 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +--- +coverage: + status: + project: + default: + # Set the threshold to allow a decrease of up to 5% without failing the PR + threshold: 5% + patch: + default: + # Set the threshold to allow a decrease of up to 5% in patch coverage without failing the PR + threshold: 5% + +comment: + layout: "header, diff, flags, files" + behavior: default