mirror of
https://github.com/dw-0/kiauh.git
synced 2026-08-03 21:07:53 +05:00
Add GitHub Actions workflow for running tests with coverage on Python 3.8 and 3.11. Configure pytest-cov, coverage thresholds and expand testpaths in pyproject.toml. Update .gitignore for .ruff_cache, .mypy_cache, *.egg-info and .coverage.
19 lines
196 B
Plaintext
19 lines
196 B
Plaintext
.idea
|
|
.vscode
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.mypy_cache
|
|
.jupyter
|
|
*.ipynb
|
|
*.ipynb_checkpoints
|
|
*.tmp
|
|
__pycache__
|
|
.kiauh-env
|
|
.venv
|
|
*.code-workspace
|
|
*.iml
|
|
*.egg-info
|
|
.coverage
|
|
kiauh.cfg
|
|
klipper_repos.txt
|