Releases: skx/puppet-summary
Releases · skx/puppet-summary
release-0.3
This release builds upon the previous one to add a significant amount of test-cases and test-code. Our current test-coverage is hovering around 60%:
$ go test -coverprofile fmt
PASS
coverage: 58.1% of statements
ok github.com/skx/puppet-summary 0.066s
As well as the addition of the test-cases a lot of internal details have been improved, which means that the server will provide more useful output upon various failure-states, and will avoid unnecessary panic()
calls.
First binary release
This is the first stable/binary release which has been made available via the travis auto-builder.