/docker-compose-runner

A CLI for managing Docker Compose applications

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

Running integration tests

go test -tags integration ./...

Running tests with code coverage

go test -v -cover -coverprofile=c.out ./...
go tool cover -html c.out