cue/.coveragerc
Daniel Allegood 700935db3f Code coverage fix and devstack fix
Checkin gates are failing (both coverage and integration/tempest)

Handling the case where testr fails by exiting and returning the
exit status. Newest 'coverage' package does not support 'ignore-errors'
in config section '[report]'.

Also updating devstack plugins/scripts to use updated keystone v3
compatible commands (openstack vs nova)

Change-Id: I06d4e1179f115220608bcb15bbcfccc96769e11e
2015-10-08 19:10:53 -07:00

7 lines
110 B
INI

[run]
branch = True
source = cue, os_tasklib
omit = cue/tests/*,cue/openstack/*
[report]
ignore_errors = True