requiemofthesouls / pigeomail

✉️ Service which provides securely personal email addresses right in telegram
https://t.me/PigeomailBot
Apache License 2.0
6 stars 2 forks source link

Implement FSM pattern #22

Closed K1ta closed 1 year ago

K1ta commented 2 years ago

Closes #9

codecov[bot] commented 2 years ago

Codecov Report

Merging #22 (aaadeaa) into master (f7b01cb) will increase coverage by 5.76%. The diff coverage is 60.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   18.56%   24.32%   +5.76%     
==========================================
  Files           6        8       +2     
  Lines         264      296      +32     
==========================================
+ Hits           49       72      +23     
- Misses        213      221       +8     
- Partials        2        3       +1     
Impacted Files Coverage Δ
internal/domain/pigeomail/telegram/create.go 0.00% <0.00%> (ø)
internal/domain/pigeomail/telegram/delete.go 0.00% <0.00%> (ø)
internal/domain/pigeomail/telegram/user_input.go 0.00% <0.00%> (ø)
internal/fsm/users_manager.go 63.63% <63.63%> (ø)
internal/fsm/fsm.go 80.00% <80.00%> (ø)
internal/domain/pigeomail/telegram/telegram.go 28.24% <100.00%> (+0.40%) :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 f7b01cb...aaadeaa. Read the comment docs.

requiemofthesouls commented 2 years ago

also check linter warnings