bots-go-framework / bots-fw

Golang framework to build multilingual bots for messengers (Telegram, FB Messenger, Skype, Line, Kik, WeChat) hosted on AppEngine, Amazon, Azure, Heroku or standalone
Apache License 2.0
227 stars 24 forks source link

Code coverage - bring to 80% #64

Open trakhimenok opened 1 year ago

trakhimenok commented 1 year ago

https://coveralls.io/github/bots-go-framework/bots-fw

girirajlovevanshi commented 2 months ago

Can you describe the issue

trakhimenok commented 1 month ago

If you follow the link https://coveralls.io/github/bots-go-framework/bots-fw you'd see current code coverage percentage at 4% - that's extermely low.

By adding tests we can increase code coverage. Any additional tests that increase code coverage would be very welcome.