From aa2acba6e843f999aa796c8b5ea37d8702aab517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= Date: Fri, 18 Jan 2019 17:24:24 +0100 Subject: [PATCH] Add codecov configuration. --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..8af5bd82 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +ignore: + - tests/ + - benchmarks/ + +comment: + layout: "diff" + behavior: default + require_changes: yes