From 12df8685c20302a4bafdf322d54a58d510a7764d Mon Sep 17 00:00:00 2001 From: Jake Bolam Date: Mon, 21 Jan 2019 21:00:16 -0500 Subject: [PATCH] infra: add .codecov.yml --- .codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..23a86f1 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: off + changes: on + patch: + default: + target: auto + base: pr + +comment: off