summaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index f9ef3447bf..d06848ae15 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -23,6 +23,8 @@ exclude_lines =
if 0:
if __name__ == .__main__.:
+ ^\s*@pytest\.mark\.xfail
+
ignore_errors = True
[xml]