🧪💅 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

View File

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