From 3fdd4c225481b81f549fa606486baa9a475dbb93 Mon Sep 17 00:00:00 2001 From: Robert van Gent Date: Tue, 19 Feb 2019 07:28:54 -0800 Subject: [PATCH] travis: add codecov.yml with threshold=0 (#132) --- .codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..fb5944f --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,7 @@ +coverage: + status: + project: + default: + target: 0 + threshold: null + base: auto