We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633c061 commit 3256e9cCopy full SHA for 3256e9c
1 file changed
.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
60
#----------------------------------------------
61
62
- name: 🚀 Run tests with code coverage report
63
- run: uv run pytest --cov=flask_squeeze --cov-report term-missing
+ run: uv run pytest --cov=dictdatabase --cov-report term-missing
64
65
66
#---- Save coverage artifact
0 commit comments