We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881c92a commit 4ea2723Copy full SHA for 4ea2723
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
REDIS_URL: redis://localhost:6379/0
47
SECRET_KEY: test-secret-key-1234567890
48
run: |
49
- pytest -v --cov=./ --cov-report=xml
+ python -m pytest tests/test_auth.py -v
50
51
- name: Upload coverage to Codecov
52
uses: codecov/codecov-action@v3
0 commit comments