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 :)
This commit is contained in:
Chris MacNaughton
2020-04-10 10:02:31 +02:00
parent db7dd70add
commit a47640cf69

2
codecov.yml Normal file
View File

@@ -0,0 +1,2 @@
ignore:
- "zaza/openstack/charm_tests/**/*tests.py"