18F / standup-slack-bot

A Slack bot to streamline team standup without disturbing the overall flow of conversation
https://standup-slack-bot.app.cloud.gov/
Other
87 stars 31 forks source link

Handled unrecognized DMs #145

Closed mgwalker closed 7 years ago

mgwalker commented 7 years ago

When the bot gets a DM it doesn't understand, it offers some suggestions of what to do instead of just being silent.

screen shot 2017-09-23 at 9 41 53 pm

Closes #139.

codecov-io commented 7 years ago

Codecov Report

Merging #145 into develop will decrease coverage by 0.09%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #145     +/-   ##
==========================================
- Coverage    85.22%   85.12%   -0.1%     
==========================================
  Files           57       58      +1     
  Lines         1360     1365      +5     
  Branches       179      179             
==========================================
+ Hits          1159     1162      +3     
- Misses         201      203      +2
Impacted Files Coverage Δ
lib/bot/index.js 100% <ø> (ø) :arrow_up:
lib/bot/getUserStandupInfo.js 100% <100%> (ø) :arrow_up:
lib/bot/respondToUnhandledDM.js 50% <50%> (ø)

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 fc238c8...d5d66fa. Read the comment docs.