We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd723d commit c8e29a6Copy full SHA for c8e29a6
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 --cov=fastapi-featureflags -v tests/ --disable-warnings
+ python3 -m pytest --cov=fastapi_featureflags -v tests/ --disable-warnings
0 commit comments