mirror of
https://github.com/xfrr/goffmpeg.git
synced 2026-04-22 15:57:26 +08:00
ec40467798
* cleanup readme & examples * upgrade go version * add makefile with basic commands * add e2e test * add gha * update .gitignore
7 lines
136 B
Makefile
7 lines
136 B
Makefile
|
|
|
|
test:
|
|
go test -v ./... -coverprofile=coverage.out -covermode=atomic -coverpkg=./...
|
|
|
|
coverage-html:
|
|
go tool cover -html=coverage.out
|