pytest-cov's trace function conflicts with the Tracer class under test, causing it to self-disable in CI. Linux also reports ~1% lower coverage than macOS due to platform-specific branches.
17 lines
248 B
INI
17 lines
248 B
INI
[run]
|
|
branch = true
|
|
source = codeflash
|
|
omit =
|
|
codeflash/version.py
|
|
|
|
[report]
|
|
sort = cover
|
|
show_missing = true
|
|
fail_under = 58
|
|
exclude_lines =
|
|
pragma: no cover
|
|
if TYPE_CHECKING:
|
|
if __name__ == .__main__.:
|
|
|
|
[html]
|
|
directory = htmlcov
|