We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pytest-cov
1 parent ef8529d commit f7a501cCopy full SHA for f7a501c
.github/workflows/ci.yaml
@@ -61,7 +61,7 @@ jobs:
61
pip install -r requirements.txt
62
echo "Installing dependencies to run the unit tests"
63
pip install jwcrypto==1.5.6
64
- pip install pytest pytest-cov
+ pip install pytest
65
- name: Run test
66
run: |
67
cd bmh_admin_portal_backend/lambdas/lambda_authorizer
0 commit comments