loklak / loklak_server

Distributed Open Source twitter and social media message search server that anonymously collects, shares, dumps and indexes data http://api.loklak.org
GNU Lesser General Public License v2.1
1.38k stars 222 forks source link

Fixes #1594: Add test for CommonPattern.java #1595

Closed simsausaurabh closed 6 years ago

simsausaurabh commented 6 years ago

Short description

I have:

For the reviewers

I have:

Fixes: #1594

codecov-io commented 6 years ago

Codecov Report

Merging #1595 into development will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##             development   #1595      +/-   ##
================================================
+ Coverage           9.69%   9.71%   +0.02%     
- Complexity           462     464       +2     
================================================
  Files                210     210              
  Lines              19279   19279              
  Branches            3541    3541              
================================================
+ Hits                1869    1873       +4     
+ Misses             17079   17076       -3     
+ Partials             331     330       -1
Impacted Files Coverage Δ Complexity Δ
src/org/loklak/api/search/QuoraProfileScraper.java 43.66% <0%> (+1.31%) 13% <0%> (+1%) :arrow_up:
src/org/loklak/tools/CommonPattern.java 100% <0%> (+5.88%) 2% <0%> (+1%) :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 cfc4d42...a0cd024. Read the comment docs.

simsausaurabh commented 6 years ago

@singhpratyush please review.