Files
python-barbicanclient/.coveragerc
Takashi Kajinami 8b55b8646d coveragerc: Remove non-existent path
The barbicanclient/openstack directory does not exist.

This also adds a few more options to make the file content consistent
with the other repos.

Change-Id: Iaa8208dd133a4c586b5622e3ece0d1a5df1428b9
2024-01-25 23:50:08 +09:00

8 lines
105 B
INI

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