From cba852b7709cf12aace1393ecb3f5551ea2331ea Mon Sep 17 00:00:00 2001 From: jutty Date: Fri, 26 Dec 2025 01:18:50 -0300 Subject: [PATCH] CI: Set --color always in cover command --- .justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.justfile b/.justfile index 0b93170..335bfd1 100644 --- a/.justfile +++ b/.justfile @@ -2,7 +2,7 @@ _default: @just --list watch_cmd := "watchexec -qc -r -e rs,toml,html --color always -- " -cover_cmd := 'cargo llvm-cov --ignore-filename-regex "main\.rs|dev\.rs"' +cover_cmd := 'cargo llvm-cov --color always --ignore-filename-regex "main\.rs|dev\.rs"' just_cmd := 'just --unstable --timestamp --explain --command-color green' # DEV