CI: Set --color always in cover command
This commit is contained in:
parent
da0ed3f2b3
commit
cba852b770
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue