This website requires JavaScript.
Explore
Get Started
openstack
/
python-novaclient
Code
Issues
Proposed changes
master
Branches
Tags
View all branches
python-novaclient
/
.coveragerc
8 lines
97 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Update .coveragerc Set up proper source and omit options. Change-Id: I966256a3a3bd37b438e98e7bcf1402482c42b567 Implements: blueprint update-coveragerc
2013-02-06 16:47:06 +02:00
[run]
branch = True
source = novaclient
coveragerc: Fix wrong omitted directory We should exclude the test code from coverage. Also the openstack directory does not exist. Change-Id: I89a25629f0426843dd72dd0d663942323473ac47
2023-12-19 20:56:59 +09:00
omit = novaclient/tests/*
Update .coveragerc Set up proper source and omit options. Change-Id: I966256a3a3bd37b438e98e7bcf1402482c42b567 Implements: blueprint update-coveragerc
2013-02-06 16:47:06 +02:00
[report]
Change ignore-errors to ignore_errors Needed for coverage 4.0 Change-Id: I45d7ab91004750f304470381d369f8be1c9b5004
2015-09-21 14:54:04 +00:00
ignore_errors = True
Copy Permalink