Merge pull request #1 from tpanum/master Fixed bug with go list not returning a trailing slash anymore
Merge pull request #1 from tpanum/master
Fixed bug with go list not returning a trailing slash anymore
coverage.el generates code coverage profiles and overlays them in GNU Emacs buffers.
Adding support for new languages and tools is easy. Currently coverage.el supports Go coverage profiles, gcov profiles, and lcov profiles.
Add to .emacs.el
(add-to-list 'load-path "/path/to/coverage/directory") (require 'coverage)
The package requires GNU Emacs 24.3+.
To test the package after installation
Open and follow instructions in files
More information is in the Commentary section in the coverage.el file.
See CONTRIBUTING.md.
This is not an official Google product.
coverage.el generates code coverage profiles and overlays them in GNU Emacs buffers.
Adding support for new languages and tools is easy. Currently coverage.el supports Go coverage profiles, gcov profiles, and lcov profiles.
Installation
Add to .emacs.el
The package requires GNU Emacs 24.3+.
To test the package after installation
Usage
Open and follow instructions in files
More information is in the Commentary section in the coverage.el file.
Contributing
See CONTRIBUTING.md.
Disclaimer
This is not an official Google product.