mirror of
https://github.com/KosinskiLab/AlphaPulldown.git
synced 2026-06-04 14:14:24 +08:00
20 lines
319 B
INI
20 lines
319 B
INI
[run]
|
|
branch = True
|
|
source =
|
|
alphapulldown
|
|
omit =
|
|
alphapulldown/__init__.py
|
|
alphapulldown/analysis_pipeline/af2plots/*
|
|
|
|
[report]
|
|
skip_empty = True
|
|
show_missing = True
|
|
precision = 1
|
|
exclude_lines =
|
|
pragma: no cover
|
|
if __name__ == .__main__.:
|
|
raise NotImplementedError
|
|
|
|
[html]
|
|
directory = htmlcov
|