binwiederhier / replbot

Slack/Discord bot for running interactive REPLs and shells from a chat.
Apache License 2.0
199 stars 8 forks source link

WIP Record sessions #25

Closed binwiederhier closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #25 (550eec3) into main (a3e7d30) will decrease coverage by 3.88%. The diff coverage is 15.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   42.66%   38.77%   -3.89%     
==========================================
  Files          10       10              
  Lines        1036     1176     +140     
==========================================
+ Hits          442      456      +14     
- Misses        539      662     +123     
- Partials       55       58       +3     
Impacted Files Coverage Δ
bot/conn_discord.go 0.00% <0.00%> (ø)
bot/conn_slack.go 0.00% <0.00%> (ø)
util/tmux.go 0.00% <0.00%> (ø)
bot/session.go 49.60% <8.60%> (-12.77%) :arrow_down:
bot/bot.go 43.58% <63.15%> (+0.73%) :arrow_up:
bot/conn_mem.go 81.39% <83.33%> (-1.94%) :arrow_down:
config/config.go 91.42% <100.00%> (+0.25%) :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 a3e7d30...550eec3. Read the comment docs.