🧪💅 Migrate to exclude_also @ coveragerc (#15513)

This is an option that appeared in Coverage.py v7.2.0.
This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-09-13 22:20:51 +02:00 committed by GitHub
parent d0cc2a1658
commit 31ae3f25e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,6 @@
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
exclude_also =
# Don't complain about missing debug-only code:
def __repr__
if self\.debug