Skip to main content
Version: Next

Running the unit test:

On your Linux machine

cd droppr
go test -v ./... -coverprofile=coverage.out -covermode count

To get code coverage information:

go tool cover -func=coverage.out

Pipeline run

The pipeline run, job gobuild:unit-test, runs the unit tests and gives similar code coverage information.