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
connects to #48
Simplified code by removing indirection to Github and Slack
modules. This was mainly used for subbing in mock modules.
This change instead relies more on bypass to stub http requests
instead of using Mox. Tests are slightly more complicated in some
cases, but also more explicit. This should also allow for code
completion to work on the integration modules.
Currently test coverage is ~40%. Let's boost that to over 75%.
The text was updated successfully, but these errors were encountered: