Enforce min coverage percentage
.DS_Store
.ipynb_checkpoints
# pytest cache
*.pytest_cache/
# Ignore compiled protobuf files.
# Python virtual environment
venv/
.mypy_cache/
# Code coverage report
.coverage
[coverage:report]
# Run "pytest --cov=mlagents" to see the current coverage percentage.
# Run "pytest --cov=mlagents --cov-report html" to get a nice visualization of what is/isn't coverge in html format.
fail_under = 60