Files
slowapi/.gitignore
Karl Newell 47fccea044 feature(coverage): Add Python test coverage
Add test coverage via `coverage` package.
Update workflow to run pytest via coverage and output coverage report.
Drops Python 3.6 - which is also an open issue and coverage required
dropping 3.6

Closes #82 #83
2022-02-01 09:12:53 -07:00

12 lines
96 B
Plaintext

# testing
.pytest_cache
__pycache__
# typing
.mypy_cache
# editors
.idea
# coverage
.coverage