From 746bc25b7b1c97bd0a942d86b54559f31f0ba3aa Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Wed, 15 Oct 2014 22:55:02 +0200 Subject: [PATCH] Add coveragerc and badge. --- .coveragerc | 7 +++++++ README.rst | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .coveragerc diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..d6b8b6a --- /dev/null +++ b/.coveragerc @@ -0,0 +1,7 @@ +[report] +exclude_lines = + pragma: no cover + def __repr__ + raise AssertionError + raise NotImplementedError + if __name__ == .__main__.: diff --git a/README.rst b/README.rst index 95e110b..f26f0a8 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,10 @@ Sigal - Simple Static Gallery Generator :target: https://travis-ci.org/saimn/sigal :alt: Travis-ci: continuous integration status. +.. image:: https://coveralls.io/repos/saimn/sigal/badge.png?branch=master + :target: https://coveralls.io/r/saimn/sigal?branch=master + :alt: coveralls.io + Sigal is yet another simple static gallery generator. It's written in Python and it allows to build a static gallery of images with the following features: