nuxeh / url-bot-rs

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

Multiple instance/network configurations #420

Closed nuxeh closed 2 years ago

nuxeh commented 2 years ago

This allows for multiple network connections to be specified in a single configuration file

codecov[bot] commented 2 years ago

Codecov Report

Merging #420 (229674a) into master (ff7713f) will decrease coverage by 1.16%. The diff coverage is 45.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #420      +/-   ##
==========================================
- Coverage   85.32%   84.16%   -1.17%     
==========================================
  Files          11       11              
  Lines        1554     1579      +25     
==========================================
+ Hits         1326     1329       +3     
- Misses        228      250      +22     
Impacted Files Coverage Δ
src/bin/url-bot-rs.rs 51.31% <0.00%> (-6.04%) :arrow_down:
src/message.rs 80.56% <ø> (+0.89%) :arrow_up:
src/config.rs 94.96% <72.50%> (-3.07%) :arrow_down:

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 ff7713f...229674a. Read the comment docs.