6da736487d
* ✅ Report XML Coverate to support GitHub Actions * 🙈 Add coverage report to .gitignore * ✅ Add custom testing .zshrc logic for coverage
14 lines
117 B
Text
14 lines
117 B
Text
.vscode
|
|
*.pyc
|
|
__pycache__
|
|
env3.7
|
|
env3.6
|
|
env
|
|
dist
|
|
.mypy_cache
|
|
.idea
|
|
site
|
|
.coverage
|
|
htmlcov
|
|
.pytest_cache
|
|
coverage.xml
|