Skip to content

Commit 50a83f1

Browse files
author
Ralf Gommers
committed
MAINT: add .coveragerc file to limit content of .coverage file to scipy.
Also add a Coveralls badge next to the Travis CI one in README.txt
1 parent b59d707 commit 50a83f1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
branch = True
3+
include = */scipy/*

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.. image:: https://travis-ci.org/scipy/scipy.png?branch=master
22
:target: https://travis-ci.org/scipy/scipy/
33

4+
.. image:: https://coveralls.io/repos/scipy/scipy/badge.png?branch=master
5+
:target: https://coveralls.io/r/scipy/scipy?branch=master
6+
47
=====
58
SciPy
69
=====

0 commit comments

Comments
 (0)