Merge pull request #12551 from pytest-dev/patchback/backports/8.2.x/1a8394ed8964a43e2fe766df3a48fa0573362512/pr-12531
This commit is contained in:
committed by
GitHub
commit
d4d4ca3213
@@ -29,3 +29,5 @@ exclude_lines =
|
||||
|
||||
^\s*if TYPE_CHECKING:
|
||||
^\s*@overload( |$)
|
||||
|
||||
^\s*@pytest\.mark\.xfail
|
||||
|
||||
6
changelog/12531.contrib.rst
Normal file
6
changelog/12531.contrib.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
The coverage reporting configuration has been updated to exclude
|
||||
pytest's own tests marked as expected to fail from the coverage
|
||||
report. This has an effect of reducing the influence of flaky
|
||||
tests on the resulting number.
|
||||
|
||||
-- by :user`webknjaz`
|
||||
Reference in New Issue
Block a user