This website requires JavaScript.
Explore
Get Started
openstack
/
tooz
Code
Issues
Proposed changes
8ddcd6fd08
Branches
Tags
View all branches
tooz
/
.coveragerc
9 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add standard code coverage configuration file Add the .coveragerc configuration consistent with other projects, specifically to define including branch = True and omit including tests in the coverage reports Change-Id: I9c7cdd807ebaaa5ade07be5421063530a5bc6976
2015-10-02 09:09:41 -04:00
[run]
branch = True
source = tooz
Fix coverage tests This project needs some special setup before running its tests, and that wasn't happening in the cover tox env. This switches cover to use the same methods for running tests as the regular test envs. Change-Id: Ie4a6543286caa11dc15173679455b2aa2020dc97
2018-09-17 18:14:07 +00:00
omit = tooz/tests/*
Add standard code coverage configuration file Add the .coveragerc configuration consistent with other projects, specifically to define including branch = True and omit including tests in the coverage reports Change-Id: I9c7cdd807ebaaa5ade07be5421063530a5bc6976
2015-10-02 09:09:41 -04:00
[report]
ignore_errors = True
precision = 2
Copy Permalink