final_test / .coveragerc
Abdelrahman Almatrooshi
Deploy snapshot from main b7a59b11809483dfc959f196f1930240f2662c49
22a6915
[run]
branch = True
source =
.
omit =
.venv/*
venv/*
*/site-packages/*
tests/*
notebooks/*
evaluation/*
models/mlp/train.py
models/mlp/sweep.py
models/mlp/eval_accuracy.py
models/cnn/eye_attention/train.py
models\collect_features.py
[report]
show_missing = True
skip_covered = False
precision = 1
exclude_lines =
pragma: no cover
if __name__ == .__main__.: