mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
🧪💅 Migrate to exclude_also @ coveragerc (#15513)
This is an option that appeared in Coverage.py v7.2.0.
This commit is contained in:
committed by
GitHub
parent
d0cc2a1658
commit
31ae3f25e7
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user