# README
Emits Core
Testing & Coverage
Run the following commands in your terminal:
go test -v -coverprofile cover.out
go tool cover -html=cover.out -o cover.html
Open cover.html
or run the following command to review coverage:
open cover.html
Run the following commands in your terminal:
go test -v -coverprofile cover.out
go tool cover -html=cover.out -o cover.html
Open cover.html
or run the following command to review coverage:
open cover.html