Code Coverage Visualization
golens is a code coverage visualization tool for your Go projects. Originally built to get an understanding of code coverage across a large microservice architecture.
-
Install and run the golens backend. golens-api
-
Install dependencies
npm install- Copy these to .env
VITE_HOST=http://localhost
VITE_PORT=3000
// make sure this auth token matches your backend
VITE_AUTHORIZATION=68daa0a7-b8c0-4735-9328-f8c876aeb0b9
- Run the app
npm run dev

