Skip to content

Releases: skx/puppet-summary

release-0.3

12 Aug 19:20
@skx skx
Compare
Choose a tag to compare

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

11 Aug 17:11
@skx skx
Compare
Choose a tag to compare

This is the first stable/binary release which has been made available via the travis auto-builder.