diff options
| -rw-r--r-- | codecov.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c9756c9 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + range: 50..90 + round: nearest + precision: 2 + status: + project: true + patch: false + |