Merge pull request #12531 from webknjaz/maintenance/xfail-no-cover
(cherry picked from commit 1a8394ed89
)
This commit is contained in:
parent
3980206012
commit
1dc3a28805
|
@ -29,3 +29,5 @@ exclude_lines =
|
||||||
|
|
||||||
^\s*if TYPE_CHECKING:
|
^\s*if TYPE_CHECKING:
|
||||||
^\s*@overload( |$)
|
^\s*@overload( |$)
|
||||||
|
|
||||||
|
^\s*@pytest\.mark\.xfail
|
||||||
|
|
|
@ -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`
|
Loading…
Reference in New Issue