Demonstration of the ViM plugin `vim-umbrella` showing inline code coverage in Go programs

umbrella 80B

123
  1. go test -coverprofile=coverage.out &> /dev/null
  2. python umbrella.py &> /dev/null