IEEEComputerSocietyUNB / ProjetoChatbot

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

Fix messages with wrong formatting #49

Closed alexandrebarbaruiva closed 6 years ago

alexandrebarbaruiva commented 6 years ago

PR Description

Change messages with broken structure to have better visualization

New Feature Submissions

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

New Dialog Submissions

User messages have - -, bot messages have -

Changes to Core Features

codecov[bot] commented 6 years ago

Codecov Report

Merging #49 into master will decrease coverage by 0.78%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   93.22%   92.43%   -0.79%     
==========================================
  Files           2        2              
  Lines         118      119       +1     
  Branches        4        4              
==========================================
  Hits          110      110              
- Misses          8        9       +1
Impacted Files Coverage Δ
bot/application.py 88.88% <85.71%> (-1.12%) :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 0c209a9...6534967. Read the comment docs.

codeclimate[bot] commented 6 years ago

Code Climate has analyzed commit 65349674 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Style 1

The test coverage on the diff in this pull request is 85.7% (80% is the threshold).

This pull request will bring the total coverage in the repository to 92.4%.

View more on Code Climate.