Skip to content

Commit c00b5d5

Browse files
committed
Fix typo "coverge"
1 parent 8adeb4d commit c00b5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ test $FRR_VERSION=FRR_LATEST_MAJOR_VERSION $COV=env("CI", "false"):
2525
uv run pytest tests ${args[@]}
2626

2727
if [ -z ${CI} ]; then
28-
uv run coverge xml
28+
uv run coverage xml
2929
fi

0 commit comments

Comments
 (0)