integration_test2 / .coveragerc
Abdelrahman Almatrooshi
FocusGuard with L2CS-Net gaze estimation
7b53d75
[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__.: