more coverage filters

This commit is contained in:
Mike McLean 2024-07-16 12:51:04 -04:00 committed by Tomas Kopecek
parent 6fb91c040a
commit 5cfc290675

View file

@ -4,7 +4,9 @@ data_file = .coverage3
omit = omit =
setup.py setup.py
/usr/* /usr/*
/tmp/*
tests/* tests/*
devtools/*
.tox/* .tox/*
[report] [report]