mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-01 18:48:14 +08:00
* Improve test coverage of BaseUserDatabase * Improve unit test isolation * Improve coverage of router and authentication
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -24,5 +24,5 @@ jobs:
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
run: |
|
||||
pipenv run pytest --cov=./
|
||||
pipenv run pytest --cov=fastapi_users/
|
||||
pipenv run codecov
|
||||
|
||||
Reference in New Issue
Block a user