IEEEComputerSocietyUNB / ProjetoChatbot

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

Remove test #43

Closed vinicius0197 closed 6 years ago

vinicius0197 commented 6 years ago

PR Description

Remove test from issue https://github.com/ComputerSocietyUNB/ProjetoChatbot/issues/42

New Feature Submissions

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

  1. [ ] Does your submission pass all the tests?
  2. [ ] Have you lint your code locally prior to submission?
  3. [ ] Have you written proper tests to your added code?

New Dialog Submissions

User messages have - -, bot messages have -

  1. [ ] Does all your user messages have lower letters?
  2. [ ] Have you lint your dialogs locally prior to submission?
  3. [ ] Have you written proper tests to your added dialogs on test_dialogs?
  4. [ ] Does your dialog have an existing category? If not, did you create it?

Changes to Core Features

codecov[bot] commented 6 years ago

Codecov Report

Merging #43 into master will decrease coverage by 5.26%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage     100%   94.73%   -5.27%     
==========================================
  Files           2        2              
  Lines         102      114      +12     
  Branches        4        4              
==========================================
+ Hits          102      108       +6     
- Misses          0        6       +6
Impacted Files Coverage Δ
bot/application.py 92.1% <50%> (-7.9%) :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 48e0b04...639f19c. Read the comment docs.