diff options
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000000..c974c0998cd --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,11 @@ +codecov: + branch: master + +coverage: + precision: 2 + round: down + range: "70...100" + +comment: + layout: "header, diff, changes, sunburst, uncovered, tree" + behavior: default |