Closed driusan closed 8 years ago
29.19%
Merging #14 into master will increase coverage by +14.82% as of
0b184e2
@@ master #14 diff @@
======================================
Files 23 26 +3
Stmts 800 853 +53
Branches 30 69 +39
Methods 0 0
======================================
+ Hit 115 249 +134
- Partial 17 25 +8
+ Missed 668 579 -89
Review entire Coverage Diff as of
0b184e2
Powered by Codecov. Updated on successful CI builds.
There's been enough bug fixes and changes to warrant a new release, namely:
Features:
Golang Integrations:
Implemented io.Reader, io.Writer, and io.Closer interfaces for bugs.Bug class. Reading or Writing a bug will read from or append to the Description of the bug.
Closing it will close the Read/Writer file descriptor, not close the bug.
This should make it possible to integrate bug into standard Go libraries by using ie. fmt.Fprintf or anything else that takes an io.ReadWriter or an io.ReadCloser
Bug Fixes:
Added friendlier note suggesting creation of "issues" directory if it isn't present (coutesy of @Komosa, again).
The error message is still a little obtuse, but now at least has a hint of what's wrong.
bug create
Other changes: