mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
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
12 lines
96 B
Plaintext
12 lines
96 B
Plaintext
# testing
|
|
.pytest_cache
|
|
__pycache__
|
|
|
|
# typing
|
|
.mypy_cache
|
|
|
|
# editors
|
|
.idea
|
|
|
|
# coverage
|
|
.coverage |