We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adeb4d commit c00b5d5Copy full SHA for c00b5d5
justfile
@@ -25,5 +25,5 @@ test $FRR_VERSION=FRR_LATEST_MAJOR_VERSION $COV=env("CI", "false"):
25
uv run pytest tests ${args[@]}
26
27
if [ -z ${CI} ]; then
28
- uv run coverge xml
+ uv run coverage xml
29
fi
0 commit comments