IEEEComputerSocietyUNB / ProjetoChatbot

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

Improve tests, dialogs, makefile, PR template #29

Closed alexandrebarbaruiva closed 6 years ago

alexandrebarbaruiva commented 6 years ago

New Feature Submissions:

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

New Dialog Submissions:

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

Changes to Core Features:

codeclimate[bot] commented 6 years ago

Code Climate has analyzed commit 368c1503 and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 6 years ago

Codecov Report

Merging #29 into master will increase coverage by 6.41%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   74.07%   80.48%   +6.41%     
==========================================
  Files           2        2              
  Lines          81       82       +1     
  Branches        1        1              
==========================================
+ Hits           60       66       +6     
+ Misses         21       16       -5
Impacted Files Coverage Δ
bot/communication.py 100% <100%> (+8.69%) :arrow_up:
bot/application.py 72.88% <60%> (+5.63%) :arrow_up:

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 715bc34...368c150. Read the comment docs.