Skip to content

Commit c8e29a6

Browse files
authored
Update python-package.yml
1 parent ddd723d commit c8e29a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3131
- name: Test with pytest
3232
run: |
33-
python3 -m pytest --cov=fastapi-featureflags -v tests/ --disable-warnings
33+
python3 -m pytest --cov=fastapi_featureflags -v tests/ --disable-warnings

0 commit comments

Comments
 (0)