Skip to content

Commit

Permalink
Open one html file with the coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis committed Jan 30, 2024
1 parent a9b271a commit 6e815bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6e815bb

Please sign in to comment.