mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-03 20:30:40 +02:00
adding .coveragerc file
- skipping `if TYPE_CHECKING` blocks in coverage report
This commit is contained in:
parent
472f37c6d6
commit
90869f07a7
4
.coveragerc
Normal file
4
.coveragerc
Normal file
@ -0,0 +1,4 @@
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
if TYPE_CHECKING:
|
Loading…
x
Reference in New Issue
Block a user