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
|
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,3 +1,13 @@
|
||||
# python
|
||||
__pycache__/
|
||||
index.py
|
||||
.DS_Store
|
||||
|
||||
# pytest
|
||||
.pytest_cache/
|
||||
|
||||
# coverage
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
Loading…
x
Reference in New Issue
Block a user