Merge lp:~sylvain-pineau/checkbox/coveragerc_omit into lp:checkbox

Proposed by Sylvain Pineau
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 2009
Merged at revision: 2009
Proposed branch: lp:~sylvain-pineau/checkbox/coveragerc_omit
Merge into: lp:checkbox
Diff against target: 19 lines (+9/-0)
1 file modified
plainbox/.coveragerc (+9/-0)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/coveragerc_omit
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+154885@code.launchpad.net

Commit message

Coverage: Exclude tests and vendor module from coverage

Description of the change

MR for plainbox

Coverage: Exclude tests and vendor module from coverage

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

Thanks, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plainbox/.coveragerc'
2--- plainbox/.coveragerc 2012-12-03 16:15:23 +0000
3+++ plainbox/.coveragerc 2013-03-22 08:32:56 +0000
4@@ -1,6 +1,15 @@
5 [run]
6 branch = True
7 source = plainbox
8+omit =
9+ plainbox/tests.py
10+ plainbox/vendor/*
11+ plainbox/test_*
12+ plainbox/impl/test_*
13+ plainbox/impl/integration_tests.py
14+ plainbox/impl/commands/test_*
15+ plainbox/impl/exporter/test_*
16+ plainbox/testing_utils/test_*
17
18 [report]
19 exclude_lines =

Subscribers

People subscribed via source and target branches