NeowayLabs / neosearch

Full Text Search Library
30 stars 4 forks source link

[CHANGE] Replacing gorilla/mux by httprouter and fixing tests, closes… #26

Closed richard-ps-zz closed 9 years ago

richard-ps-zz commented 9 years ago

Hey guys, I changed our router and made some changes to fix the tests. I guess it resolves #24 =)

codecov-io commented 9 years ago

Current coverage is 52.29%

Merging #26 into master will change coverage by -0.03% by eb51635

Coverage Diff

@@            master     #26   diff @@
======================================
  Files           20      20       
  Stmts         1814    1813     -1
  Branches         0       0       
  Methods          0       0       
======================================
- Hit            949     948     -1
  Partial          0       0       
  Missed         865     865       

Uncovered Suggestions

  1. +1.38% via ...arch/index/filter.go#65...89
  2. +1.32% via ...b/neosearch/index.go#215...238
  3. +1.32% via ...arch/index/filter.go#10...33
  4. See 7 more...

Powered by Codecov

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.03%) to 52.29% when pulling dc6b810411879386904d11e5d7b26c4ad8a6b87b on new_router into 0b4871e7e2db16b6c9b6a92baa2b1f41b269e46a on master.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.03%) to 52.29% when pulling dc6b810411879386904d11e5d7b26c4ad8a6b87b on new_router into 0b4871e7e2db16b6c9b6a92baa2b1f41b269e46a on master.

ppizarro commented 9 years ago

Congratulations On May 26, 2015 11:08 AM, "RichardPS" notifications@github.com wrote:

Hey guys, I changed our router and made some changes to fix the tests. I guess it resolves #24 https://github.com/NeowayLabs/neosearch/issues/24

=)

You can view, comment on, or merge this pull request online at:

https://github.com/NeowayLabs/neosearch/pull/26 Commit Summary

  • [CHANGE] Replacing gorilla/mux by httprouter and fixing tests, closes issue #24

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/NeowayLabs/neosearch/pull/26.