Update coveragerc to exclude protobuf generated files (#582)

This commit is contained in:
J. Nick Koston 2023-10-15 12:31:18 -10:00 committed by GitHub
parent 5baef3881a
commit cf226b5837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
[run]
source = aioesphomeapi
omit =
aioesphomeapi/api_options_pb2.py
aioesphomeapi/api_pb2.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =