neutron-lib/.coveragerc
Henry Gessau 452c3ab8a8 Improvements to tox envs
- Actually depend on requirements.txt
- Run unit tests with ostestr
- Inform testr of location of unit tests
- Fix coverage job and include report
- Keep PEP8 strict; it's not annoying yet
- Remove vestiges of oslo incubator handling

Change-Id: I2465d18bee8e242e049d2d5e30dfcf472a49c0c4
2015-12-19 01:00:22 -05:00

8 lines
99 B
INI

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