Marc Cataford
9d144d7ddc
* build: add test + coverage tooling * ci: run tests on ci * test: partial coverage for state utils
4 lines
67 B
Bash
4 lines
67 B
Bash
#!/bin/bash
|
|
|
|
go get golang.org/x/tools/cmd/cover
|
|
go test -cover -v
|