Skip to content

Commit 27f730a

Browse files
committed
Fix coverage target in justfile
1 parent df491da commit 27f730a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ test +FLAGS='':
44

55
coverage:
66
coverage erase
7-
coverage run -m tests/manage.py test tests/
7+
coverage run tests/manage.py test tests/
88
coverage report

0 commit comments

Comments
 (0)