[console_scripts]
cov = pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=datasci --cov=tests {args}
no-cov = cov --no-cov {args}
