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
At a minimum, it would be useful if the tests verified the correct POST body is sent during HTTP transactions with the GH API; the current tests overlook this detail.
Other improvement options include:
testing code coverage holes (viewable via go tool cover -html=coverage.out)
improvements to the acceptance tests' verification of expected output
The text was updated successfully, but these errors were encountered:
At a minimum, it would be useful if the tests verified the correct
POST
body is sent during HTTP transactions with the GH API; the current tests overlook this detail.Other improvement options include:
go tool cover -html=coverage.out
)The text was updated successfully, but these errors were encountered: