This website requires JavaScript.
Explore
Get Started
openstack
/
heat-translator
Code
Issues
Proposed changes
master
Branches
Tags
View all branches
heat-translator
/
.coveragerc
8 lines
101 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add .gitreview file and apply cookiecutter template. Add .getreview file and add files generated via cookiecutter template. Also delete some originally added files to have project's initial layout ready. Change-Id: I494f52469b5a4aff1c1f12d58bcf41140ad3e680
2014-03-12 19:06:04 -05:00
[run]
branch = True
Fix coverage so that it works for this repo PBR provides test and testr entrypoints, the latter of which is not recommended as its serviced directly by testr. Switch to test in tox.ini and pass an option to PBR indicating the correct package name to use when calling coverage. Also update .coveragerc with the corrected source path, and stop omitting the tests themselves (after all, tests should cover themselves!). Change-Id: I04b1a5393979c5d82a794d35189743f688bdfdd8
2015-04-07 18:31:40 +00:00
source = translator
omit = translator/openstack/*
Add .gitreview file and apply cookiecutter template. Add .getreview file and add files generated via cookiecutter template. Also delete some originally added files to have project's initial layout ready. Change-Id: I494f52469b5a4aff1c1f12d58bcf41140ad3e680
2014-03-12 19:06:04 -05:00
[report]
Change ignore-errors to ignore_errors Needed for coverage 4.0 Change-Id: I0cdd76a8f560704b3a44db116feba05ffcb52b05
2015-09-21 14:27:01 +00:00
ignore_errors = True
Copy Permalink