diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-10-25 21:31:25 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-10-26 10:00:54 +0200 |
commit | 9138c280135811602ad75a2576795614ca601f37 (patch) | |
tree | f49109e216a2bb0fcf918d5405b71a17a25cc1a1 /.gitignore | |
parent | 67fdeeb9019e3bd0e132062ba833bd03e864c6f5 (diff) | |
download | git-buildpackage-9138c280135811602ad75a2576795614ca601f37.tar.gz git-buildpackage-9138c280135811602ad75a2576795614ca601f37.tar.bz2 git-buildpackage-9138c280135811602ad75a2576795614ca601f37.zip |
Gather coverage information during tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ *.pyc .noseids +.coverage gbp/gbp_version.py gbp_clone.py gbp_pq.py |