Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephnr/vscode-go-coverage-viewer
Go Coverage Viewer is the simplest way to view your code coverage results right inside the editor
https://github.com/stephnr/vscode-go-coverage-viewer
Last synced: 3 months ago
JSON representation
Go Coverage Viewer is the simplest way to view your code coverage results right inside the editor
- Host: GitHub
- URL: https://github.com/stephnr/vscode-go-coverage-viewer
- Owner: stephnr
- License: mit
- Created: 2018-05-05T21:14:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T02:34:55.000Z (about 2 years ago)
- Last Synced: 2024-10-04T21:57:57.428Z (3 months ago)
- Language: TypeScript
- Size: 1.51 MB
- Stars: 10
- Watchers: 2
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Coverage Viewer
![Screenshot](screenshot.png "Screenshot")
## How to use this extension
1. Open the Command Panel (Mac = cmd+shift+p)
2. Search for "Go Coverage"
3. Select any of our available commands to use## Features
This extension adds the ability to view your go coverage results within VS Code via a simple command.
## Requirements
This package requires the Go programming language extension for language support. It also requires you to have golang installed on your machine.
-----------------------------------------------------------------------------------------------------------
## License
[MIT](LICENSE "License")