yetibot / core

:expressionless: Core yetibot utilities, extracted for shared use among Yetibot and its various plugins
https://yetibot.com
Eclipse Public License 1.0
27 stars 17 forks source link

Fix missing literal transformer and busted cmd command #108

Closed devth closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #108 into master will increase coverage by 0.09%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   43.78%   43.88%   +0.09%     
==========================================
  Files          90       90              
  Lines        3570     3571       +1     
  Branches      165      166       +1     
==========================================
+ Hits         1563     1567       +4     
+ Misses       1842     1838       -4     
- Partials      165      166       +1
Impacted Files Coverage Δ
src/yetibot/core/interpreter.clj 65.75% <0%> (-0.92%) :arrow_down:
src/yetibot/core/commands/cmd.clj 88.88% <100%> (+38.88%) :arrow_up:
src/yetibot/core/parser.clj 91.42% <100%> (+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 9b061e6...33a1059. Read the comment docs.