Skip to content

Commit 3256e9c

Browse files
committed
fix cov
1 parent 633c061 commit 3256e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
#----------------------------------------------
6161

6262
- name: 🚀 Run tests with code coverage report
63-
run: uv run pytest --cov=flask_squeeze --cov-report term-missing
63+
run: uv run pytest --cov=dictdatabase --cov-report term-missing
6464

6565
#----------------------------------------------
6666
#---- Save coverage artifact

0 commit comments

Comments
 (0)