IEEEComputerSocietyUNB / ProjetoChatbot

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

Improve .travis.yml to work with code climate #32

Closed alexandrebarbaruiva closed 6 years ago

alexandrebarbaruiva commented 6 years ago

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:

codeclimate[bot] commented 6 years ago

Code Climate has analyzed commit ef460469 and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Clarity 3

View more on Code Climate.

codecov[bot] commented 6 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   80.48%   80.48%           
=======================================
  Files           2        2           
  Lines          82       82           
  Branches        1        1           
=======================================
  Hits           66       66           
  Misses         16       16
Impacted Files Coverage Δ
bot/application.py 72.88% <ø> (ø) :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 a00b85b...c3f351c. Read the comment docs.