Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match full URLs against include/exclude regexps #235

Merged
merged 3 commits into from
Aug 1, 2022
Merged

Match full URLs against include/exclude regexps #235

merged 3 commits into from
Aug 1, 2022

Conversation

lpar
Copy link
Contributor

@lpar lpar commented Jul 28, 2022

Fixes #211

Lightly tested, could use specific unit tests.

@codecov
Copy link

codecov bot commented Aug 1, 2022

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 raviqqe enabled auto-merge (squash) August 1, 2022 22:24
@raviqqe
Copy link
Owner

raviqqe commented Aug 1, 2022

Thanks for the bug fix!

@raviqqe raviqqe merged commit ff097ab into raviqqe:main Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--exclude patterns are not matched against full URL
2 participants