add coveragerc

This commit is contained in:
Pierre Verkest 2023-09-01 16:43:49 +02:00
parent bb66722036
commit f82898872c

8
.coveragerc Normal file
View file

@ -0,0 +1,8 @@
[run]
branch = True
omit = */tests/*
*/__init__.py
data_file = .coverage
[xml]
output = ./coverage.xml