diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..ec7423e --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 55 + paths: ["src"] + patch: + default: + target: 75 + paths: ["src"]