tarampampam / mikrotik-hosts-parser

✂ Mikrotik hosts parser
MIT License
248 stars 75 forks source link

Added parsing of long-int IPs in hosts files #123

Closed vadimpronin closed 3 years ago

vadimpronin commented 3 years ago

Added parsing of long-int IPs in hosts files to address the issue described in https://github.com/tarampampam/mikrotik-hosts-parser/issues/119

codecov[bot] commented 3 years ago

Codecov Report

Merging #123 (b5bdc93) into master (b89dd08) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   86.24%   86.30%   +0.06%     
==========================================
  Files          34       34              
  Lines        1483     1490       +7     
==========================================
+ Hits         1279     1286       +7     
  Misses        140      140              
  Partials       64       64              
Impacted Files Coverage Δ
pkg/hostsfile/parser.go 84.61% <100.00%> (+0.97%) :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 b89dd08...b5bdc93. Read the comment docs.