From d07adf88c29c352e7bc2282a1ada8905f0542496 Mon Sep 17 00:00:00 2001 From: Paul Goins Date: Fri, 1 Mar 2019 11:30:00 +0100 Subject: [PATCH] Update git submodules * Update charm-heat from branch 'master' - Added tox environment for gathering coverage This technique was borrowed from the tox "cover" environment in openstack/nova's tox.ini. This leverages the fact that stestr lets you override the python executable via the PYTHON environment variable. Doing this allows us to easily generate coverage for our unit tests. An important caveat is that this does not provide any coverage for tests via zaza, amulet, etc. It is purely focused on the unit tests. Note that this replaces the previous .coveragerc; coverage configuration is instead pulled from tox.ini. Change-Id: Id18c5c0121def3dbd55435cb085dd949e207e25a --- charm-heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-heat b/charm-heat index 06f8577a61..eccdf2a3b7 160000 --- a/charm-heat +++ b/charm-heat @@ -1 +1 @@ -Subproject commit 06f8577a61109856abb111e0ce098b3130adf507 +Subproject commit eccdf2a3b7c4cf57622c96b6f768a86876133db4