added coverage
This commit is contained in:
parent
2876e6efa9
commit
12d83cdf37
3
.coveragerc
Normal file
3
.coveragerc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[run]
|
||||||
|
source = fixedcal
|
||||||
|
omit = fixedcal/**/__init__.py
|
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,3 +1,13 @@
|
|||||||
|
# python
|
||||||
__pycache__/
|
__pycache__/
|
||||||
index.py
|
index.py
|
||||||
|
|
||||||
|
# pytest
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# coverage
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
|
||||||
|
# macOS
|
||||||
.DS_Store
|
.DS_Store
|
Loading…
x
Reference in New Issue
Block a user