varnishcache-friends / libvmod-geoip2

Varnish VMOD to query MaxMind GeoIP2 DB files
BSD 2-Clause "Simplified" License
39 stars 17 forks source link

Handle null IP addresses gracefully #43

Closed fgsch closed 2 years ago

fgsch commented 2 years ago

Fixes issue #42.

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (763ac98) into devel (68a7f45) will increase coverage by 0.08%. The diff coverage is 100.00%.

:exclamation: Current head 763ac98 differs from pull request most recent head d74bda1. Consider uploading reports for the commit d74bda1 to get more accurate results

@@            Coverage Diff             @@
##            devel      #43      +/-   ##
==========================================
+ Coverage   95.23%   95.32%   +0.08%     
==========================================
  Files           1        1              
  Lines         105      107       +2     
==========================================
+ Hits          100      102       +2     
  Misses          5        5              
Impacted Files Coverage Δ
src/vmod_geoip2.c 95.32% <100.00%> (+0.08%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more