6 lines
132 B
TOML
6 lines
132 B
TOML
[tool.coverage.run]
|
|
source = ["livecov"]
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "--cov --cov-report=lcov:lcov.info --cov-report=term"
|