From f3c5234dfa9deef84b5714377851d643d1fc1c2c Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Wed, 26 Feb 2014 10:42:21 +0100 Subject: [PATCH] Add coverage badge in the documentation --- .travis.yml | 2 +- README.asciidoc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ae8d63f..e607b43e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install -r requirements.txt # command to run tests, e.g. python setup.py test script: - - nosetests --with-coverage --cover-package=oscs,osclib --cover-inclusive + - nosetests --with-coverage --cover-package=oscs,osclib --cover-inclusive after_sucess: - coveralls matrix: diff --git a/README.asciidoc b/README.asciidoc index daef2340..4a2886f2 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -3,6 +3,8 @@ Factory workflow plugin image:https://travis-ci.org/openSUSE/osc-plugin-factory.png?branch=master["Build Status", link="https://travis-ci.org/openSUSE/osc-plugin-factory"] +image:https://coveralls.io/repos/aplanas/osc-plugin-factory/badge.png?branch=master["Coverage Status", link="https://coveralls.io/r/aplanas/osc-plugin-factory"] + This repository contains mainly plugin which will be used in new https://progress.opensuse.org/workflow/factory-proposal.html[factory workflow] to work with staging projects. This is currently highly work in progress and