From 4f603725deb00b12538cb23a51540bc31e6ba1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hadrien=20Gourl=C3=A9?= Date: Thu, 29 Mar 2018 14:33:32 +0200 Subject: [PATCH] ignore app and tests for coverage --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..8766e21 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,3 @@ +ignore: + - "**/test/*.py" # ignore test scripts + - "**/app.py" # ignore main application script