From a47640cf6971f3fec482b461337f09f56a553d5f Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Fri, 10 Apr 2020 10:02:31 +0200 Subject: [PATCH] Add codecov configuration to exclude the charm tests This does not, however, exclude the configure code in charm_tests as that can, and should, be unit tested :) --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..d583fd7 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "zaza/openstack/charm_tests/**/*tests.py"