From 81d40b37b37275c1eee5bf94dd8df6cdbc0e912a Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Thu, 6 Sep 2018 19:35:08 +0100 Subject: [PATCH] Add a zuul check job for coverage This will add coverage results to the check results. We don't necessarily need to care about this, but it is a useful thing to have and because the tests don't take much time, it's not very costly. Change-Id: I1de581dd6921b722d012adfac6181fd7c3f06666 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index a8301a108..38cee71ec 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,6 +3,7 @@ - project: templates: - build-openstack-docs-pti + - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python35-jobs