From 3fd2d94a11524f9cdc262a3f8d107c3655382596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ba=C5=A1ti?= Date: Thu, 21 Feb 2019 16:50:26 +0100 Subject: [PATCH 1/2] CI: Install coverall in install step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without having install step defined we are just waisting time with install default autinstall of requirements.txt we don't need Signed-off-by: Martin Bašti --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 917e0bcd..772bc1f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,9 @@ env: - OS=fedora OS_VERSION=29 PYTHON_VERSION=2 -script: +install: - pip install coveralls +script: - ./test.sh after_success: coveralls notifications: From 7c8569b87dd79d0193ba4f67d1618a9ac51cb6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ba=C5=A1ti?= Date: Thu, 21 Feb 2019 17:03:44 +0100 Subject: [PATCH 2/2] Add coverall badge to Readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Bašti --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 36199974..1a432ea0 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ Koji containerbuild =================== +.. image:: https://coveralls.io/repos/github/release-engineering/koji-containerbuild/badge.svg?branch=master + :target: https://coveralls.io/github/release-engineering/koji-containerbuild?branch=master + This package extends Koji buildsystem with plugin which allows building containers via OpenShift buildsystem. Additionally it provides CLI tool to submit builds based on koji CLI.