diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..fd27e1f1 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,15 @@ +codecov: + branch: master + +coverage: + precision: 2 + round: down + range: "70...100" + + status: + changes: + default: + enabled : no + +comment: + layout: "header, diff, changes"