mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
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
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,3 +7,6 @@ __pycache__
|
||||
|
||||
# editors
|
||||
.idea
|
||||
|
||||
# coverage
|
||||
.coverage
|
||||
Reference in New Issue
Block a user