You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "good first issue" with two programs at 0% coverage (inherited from cisco/senml).
Code coverage using go test -cover shows:
80.7% for senml.go
0% for senmlCat.go
0% for senmlServer.go
Add unit tests that improve code coverage. If possible, use example data directly from standards docs like RFC 8428 or gathered from sensors (as long as data doesn't violate privacy or laws).
Hint: Tests involving io.Reader or io.Writer can use iotest to increase coverage after the normal path is covered.
Before submitting a pull request, please reply here with your proposed changes.
The text was updated successfully, but these errors were encountered:
A "good first issue" with two programs at 0% coverage (inherited from cisco/senml).
Code coverage using
go test -cover
shows:Add unit tests that improve code coverage. If possible, use example data directly from standards docs like RFC 8428 or gathered from sensors (as long as data doesn't violate privacy or laws).
Hint: Tests involving io.Reader or io.Writer can use
iotest
to increase coverage after the normal path is covered.Before submitting a pull request, please reply here with your proposed changes.
The text was updated successfully, but these errors were encountered: