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

Add grep -v command #151

Closed ontanj closed 3 years ago

ontanj commented 3 years ago

Add grep -v command and some tests. Also fix a bug that gives overlapping matches for grep -C. Fix issue yetibot/yetibot#980 in yetibot repo.

codecov[bot] commented 3 years ago

Codecov Report

Merging #151 into master will increase coverage by 0.01%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   41.91%   41.93%   +0.01%     
==========================================
  Files          94       94              
  Lines        4070     4073       +3     
  Branches      190      190              
==========================================
+ Hits         1706     1708       +2     
- Misses       2174     2175       +1     
  Partials      190      190              
Impacted Files Coverage Δ
src/yetibot/core/commands/collections.clj 27.19% <40.00%> (+0.36%) :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 6cd662a...4b6a869. Read the comment docs.

devth commented 3 years ago

Thanks @ontanj !