added coverage

This commit is contained in:
PyryL 2022-12-11 17:04:36 +02:00
parent 2876e6efa9
commit 12d83cdf37
2 changed files with 14 additions and 1 deletions

3
.coveragerc Normal file
View File

@ -0,0 +1,3 @@
[run]
source = fixedcal
omit = fixedcal/**/__init__.py

12
.gitignore vendored
View File

@ -1,3 +1,13 @@
# python
__pycache__/
index.py
.DS_Store
# pytest
.pytest_cache/
# coverage
.coverage
htmlcov/
# macOS
.DS_Store