diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..1ce649e --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,16 @@ +coverage: + precision: 2 + round: nearest + range: 60...100 + status: + patch: + default: + informational: true + project: + default: + informational: true + +ignore: + - tests/.* + +comment: off