oslo.upgradecheck/.coveragerc
Ben Nemec 18b94499d8 Get coverage job working
Add a simple test that imports the module so there is coverage data
available and fix the coverage config so it is looking at the
correct locations.
2018-09-13 16:17:56 +00:00

8 lines
111 B
INI

[run]
branch = True
source = oslo_upgradecheck
omit = oslo_upgradecheck/tests/*
[report]
ignore_errors = True