raviqqe / muffet

Fast website link checker in Go
MIT License
2.52k stars 99 forks source link

Match full URLs against include/exclude regexps #235

Closed lpar closed 2 years ago

lpar commented 2 years ago

Fixes #211

Lightly tested, could use specific unit tests.

codecov[bot] commented 2 years ago

Codecov Report

Merging #235 (d0808f6) into main (b21aa16) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
+ Coverage   86.18%   86.24%   +0.06%     
==========================================
  Files          26       26              
  Lines         456      458       +2     
==========================================
+ Hits          393      395       +2     
  Misses         46       46              
  Partials       17       17              
Impacted Files Coverage Δ
link_finder.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

raviqqe commented 2 years ago

Thanks for the bug fix!