3 Commits

Author SHA1 Message Date
Mose Müller
0a77cc1f36 pytest coverage: do not omit logging.py anymore (after switch from loguru to logging) 2023-10-19 08:02:23 +02:00
Mose Müller
0626500cdd Removing pydase/utils/logging.py from pytest coverage report
Changing the environment variable "ENVIRONMENT" does not change the
confz configuration. Additionally, the setup_logging file is removing
any loggers (line 61). With this, caplog with loguru doesn't work as we
are already using some sort of hack to get the loguru logs with pytest.
We can therefore not test if the setup_logging function works as
expected.
2023-08-17 17:42:47 +02:00
Mose Müller
90869f07a7 adding .coveragerc file
- skipping `if TYPE_CHECKING` blocks in coverage report
2023-08-07 08:40:47 +02:00