nuxeh / url-bot-rs

Minimal IRC URL bot in Rust
ISC License
24 stars 13 forks source link

Add a configuration option to ignore nicks #428

Closed nuxeh closed 2 years ago

nuxeh commented 2 years ago

A list of nicks to be ignored can now be added to the configuration. For nicks contained in this list, no titles will be retrieved.

Resolves #20

codecov[bot] commented 2 years ago

Codecov Report

Merging #428 (8c30b5d) into master (dfe04cc) will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #428      +/-   ##
==========================================
+ Coverage   85.21%   85.37%   +0.16%     
==========================================
  Files          11       11              
  Lines        1623     1641      +18     
==========================================
+ Hits         1383     1401      +18     
  Misses        240      240              
Impacted Files Coverage Δ
src/config.rs 98.34% <100.00%> (+<0.01%) :arrow_up:
src/message.rs 81.45% <100.00%> (+0.88%) :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 dfe04cc...8c30b5d. Read the comment docs.