Redlion007's picture
Add src modules, tests, CI workflow, and Codecov config
ae2d710
Raw
History Blame Contribute Delete
142 Bytes
[tool:pytest]
testpaths = tests
addopts = --cov=src --cov-report=term-missing --cov-fail-under=85
[coverage:run]
source = src
omit = tests/*