From 2e4567d6851f28373c0ed755083c5a92ad0a41d2 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Thu, 15 Mar 2018 13:32:06 +0100 Subject: [PATCH] Added configuration file for codecov. --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..3357979b --- /dev/null +++ b/codecov.yml @@ -0,0 +1,4 @@ +coverage: + range: 50..100 + round: down + precision: 2 \ No newline at end of file