Droppr v0.4.xDevelopmentDroppr Unit TestsVersion: 1.12.xOn this pageRunning the unit test:On your Linux machinecd dropprgo test -v ./... -coverprofile=coverage.out -covermode countTo get code coverage information:go tool cover -func=coverage.outPipeline runThe pipeline run, job gobuild:unit-test, runs the unit tests and gives similar code coverage information.