Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
branch = true
source_pkgs = pytest_durations
source = pytest_durations
disable_warnings = module-not-measured

[report]
exclude_lines =
Expand All @@ -11,6 +12,7 @@ exclude_lines =
if 0:
if __name__ == .__main__.:
if TYPE_CHECKING:
from typing import Self
omit =
*/types.py
show_missing = true
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ $ pytest
* up support pytest version to 7.0.0+
* add typos in pre-commits
* fix fixture key handling (pytest 10 compatibility)
* Upgrade development dependencies


## Change Log
Expand Down
Loading