diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c042a2f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 70% + threshold: 2% + +ignore: + - "cmd/" + - "internal/"