diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-03-19 15:05:02 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-04-06 22:20:35 +0200 |
commit | 54679ebc7bf86ac5312192d7a6a3f7a0595798c4 (patch) | |
tree | fccd4e65df9f9fa1c631192967308914ce2bcc52 /.coveragerc | |
parent | 5e3464048a3f8e4042202e5f59c20bb26f1e7eab (diff) | |
download | git-buildpackage-54679ebc7bf86ac5312192d7a6a3f7a0595798c4.tar.gz git-buildpackage-54679ebc7bf86ac5312192d7a6a3f7a0595798c4.tar.bz2 git-buildpackage-54679ebc7bf86ac5312192d7a6a3f7a0595798c4.zip |
Add .coveragerc
To get correct report if coverage is invoked directly (not through
nose/disttools) in order to get an xml report, for example.
Currently only used for restricting the coverage output to the gbp
python package. That is, same thing that 'cover-package' option in
setup.cfg does.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 00000000..e8a06d95 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,2 @@ +[run] +include = gbp/* |