~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to .coveragerc

  • Committer: Liam Young
  • Date: 2014-06-20 10:02:09 UTC
  • Revision ID: liam.young@canonical.com-20140620100209-ibeiy1g9kt5ayimn
Added openstack upgrade, unit tests and lint fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[report]
 
2
# Regexes for lines to exclude from consideration
 
3
exclude_lines =
 
4
    if __name__ == .__main__.:
 
5
    except UnregisteredHookError as e:
 
6
include=
 
7
    hooks/neutron_*