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