Skip to content

Commit 0a0a2be

Browse files
committed
fix cov
1 parent 0c0f2e8 commit 0a0a2be

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)