diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..19d87f7 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +# do not forget to validate it +# curl --data-binary @codecov.yml https://codecov.io/validate + +comment: off +coverage: + precision: 2 + range: [75, 90] + round: up +ignore: # https://docs.codecov.com/docs/ignoring-paths + - "netpunchlib/internal/mock/"