From 6e815bb7fb2a67d377d906e562881e8cd4c30797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Thallis?= Date: Tue, 30 Jan 2024 12:19:41 -0300 Subject: [PATCH] Open one html file with the coverage report --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index a569777..d7c6eaa 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -46,7 +46,7 @@ abbr --add md 'mix dialyzer' abbr --add mt 'mix test' abbr --add mtf 'mix test --failed' abbr --add m 'MIX_ENV=test mix coveralls.html --umbrella && open cover/excoveralls.html' -abbr --add mcn 'mix test --cover && mix test.coverage' +abbr --add mcn 'mix test --cover && mix test.coverage && cat cover/*.html > cover/index.html && open cover/index.html' abbr --add t tmux_new abbr --add tl 'tmux ls'