We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05561ff commit ddd723dCopy full SHA for ddd723d
1 file changed
.github/workflows/python-package.yml
@@ -30,4 +30,4 @@ jobs:
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Test with pytest
32
run: |
33
- python3 -m pytest -v tests/ --disable-warnings
+ python3 -m pytest --cov=fastapi-featureflags -v tests/ --disable-warnings
0 commit comments