Files
goffmpeg/Makefile
Fran ec40467798 cleanup & fix ci (#82)
* cleanup readme & examples
* upgrade go version
* add makefile with basic commands
* add e2e test
* add gha
* update .gitignore
2023-09-29 17:47:28 +02:00

7 lines
136 B
Makefile

test:
go test -v ./... -coverprofile=coverage.out -covermode=atomic -coverpkg=./...
coverage-html:
go tool cover -html=coverage.out