This website requires JavaScript.
Explore
Get Started
openstack
/
octavia
Code
Issues
Proposed changes
ee09fd19a7
Branches
Tags
View all branches
octavia
/
.coveragerc
8 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add tox -ecover environment Change-Id: Ifb07bb6e7240d8d8a116baa17cb89ced647c128b
2015-03-27 16:10:59 +00:00
[run]
branch = True
source = octavia
Update .coveragerc after the removal of openstack directory The openstack directory was used to keep codes from oslo-incubator, we have retired oslo-incubator,so don't use this directory any more. Change-Id: I9ad0065bcc564dd21457ce58fc32372b22ad29cb
2016-10-17 17:11:16 +05:30
omit = octavia/tests/*
Add tox -ecover environment Change-Id: Ifb07bb6e7240d8d8a116baa17cb89ced647c128b
2015-03-27 16:10:59 +00:00
[report]
Fix a typo in the .coveragerc file Coverage now aborts the run when the configuration file has unknown settings. This patch fixes a typo in the .coveragerc file that would cause coverage jobs to fail. A global requirements change will also be necessary to exclude version 4.0 of coverage as it causes tests to fail that do not fail outside of coverage or with earlier versions. Tracked here: https://review.openstack.org/#/c/228581/ Global requirements changes come in as separate patches, so I am not creating a dependency. Change-Id: Ifbbf2096303770e393e666e3562c83d863e82f15
2015-09-21 04:24:32 +00:00
ignore_errors = True
Copy Permalink