We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbf7dee + f2acc65 commit 1a8394eCopy full SHA for 1a8394e
.coveragerc
@@ -29,3 +29,5 @@ exclude_lines =
29
30
^\s*if TYPE_CHECKING:
31
^\s*@overload( |$)
32
+
33
+ ^\s*@pytest\.mark\.xfail
changelog/12531.contrib.rst
@@ -0,0 +1,6 @@
1
+The coverage reporting configuration has been updated to exclude
2
+pytest's own tests marked as expected to fail from the coverage
3
+report. This has an effect of reducing the influence of flaky
4
+tests on the resulting number.
5
6
+-- by :user`webknjaz`
0 commit comments