insomniacslk / irc-slack

IRC-to-Slack gateway
BSD 3-Clause "New" or "Revised" License
192 stars 19 forks source link

Added Dockerfile.autotoken #171

Closed insomniacslk closed 2 years ago

insomniacslk commented 3 years ago

To run autotoken via Docker. The container includes Go and Chrome headless, used by autotoken. Also added --chrome-path to autotoken to allow for custom chromium path.

Signed-off-by: Andrea Barberio insomniac@slackware.it

codecov[bot] commented 3 years ago

Codecov Report

Merging #171 (410f065) into master (1a045e9) will increase coverage by 1.16%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #171      +/-   ##
=========================================
+ Coverage    8.82%   9.99%   +1.16%     
=========================================
  Files           9       9              
  Lines        1110    1231     +121     
=========================================
+ Hits           98     123      +25     
- Misses       1007    1103      +96     
  Partials        5       5              
Flag Coverage Δ
unittest 9.99% <ø> (+1.16%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/ircslack/server.go 0.00% <0.00%> (ø)
pkg/ircslack/wordwrap.go 100.00% <0.00%> (ø)
pkg/ircslack/irc_server.go 0.00% <0.00%> (ø)
pkg/ircslack/irc_context.go 0.00% <0.00%> (ø)
pkg/ircslack/file_handler.go 0.00% <0.00%> (ø)
pkg/ircslack/event_handler.go 0.00% <0.00%> (ø)
pkg/ircslack/channel.go 8.69% <0.00%> (+1.91%) :arrow_up:
pkg/ircslack/channels.go 40.36% <0.00%> (+2.73%) :arrow_up:
pkg/ircslack/users.go 47.32% <0.00%> (+3.57%) :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 1a045e9...410f065. Read the comment docs.

insomniacslk commented 2 years ago

rebased and solved merge conflicts. This still requires X forwarding configuration