IEEEComputerSocietyUNB / ProjetoChatbot

A telegram bot to help you deal with emotions on a daily basis
MIT License
12 stars 3 forks source link

Add IBM Watson integration to bot flow #68

Closed alexandrebarbaruiva closed 5 years ago

alexandrebarbaruiva commented 5 years ago

PR Description

Add IBM Watson integration to analyze user's sentiment

Fixes: #53 Fixes: #67

New Feature Submissions

To run tests locally, use inv travis if you're on Mac or Linux.

codecov[bot] commented 5 years ago

Codecov Report

Merging #68 into master will decrease coverage by 8.34%. The diff coverage is 64.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   92.41%   84.06%   -8.35%     
==========================================
  Files           3        5       +2     
  Lines         145      182      +37     
  Branches       12       15       +3     
==========================================
+ Hits          134      153      +19     
- Misses         10       25      +15     
- Partials        1        4       +3
Impacted Files Coverage Δ
bot/config_reader.py 100% <100%> (ø)
bot/communication.py 76.92% <44.44%> (-23.08%) :arrow_down:
bot/watson.py 66.66% <66.66%> (ø)
bot/application.py 84.72% <66.66%> (-1.7%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bda3e05...1408666. Read the comment docs.