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

feat(telegram): send multiple messages when exceeding limits #251

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

piksel
Copy link
Member

@piksel piksel commented May 25, 2022

Fixes #222

@codecov
Copy link

codecov bot commented May 25, 2022

Codecov Report

Merging #251 (5d82fd2) into main (468d552) will decrease coverage by 0.00%.
The diff coverage is 81.48%.

@@            Coverage Diff             @@
##             main     #251      +/-   ##
==========================================
- Coverage   77.73%   77.73%   -0.01%     
==========================================
  Files          96       96              
  Lines        2866     2901      +35     
==========================================
+ Hits         2228     2255      +27     
- Misses        468      473       +5     
- Partials      170      173       +3     
Impacted Files Coverage Δ
pkg/services/telegram/telegram_config.go 100.00% <ø> (ø)
pkg/services/telegram/telegram.go 72.00% <69.69%> (-0.73%) ⬇️
pkg/format/formatter.go 67.10% <100.00%> (+0.43%) ⬆️
pkg/services/telegram/telegram_generator.go 75.34% <100.00%> (+0.69%) ⬆️
pkg/services/telegram/telegram_json.go 90.47% <100.00%> (+1.58%) ⬆️

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 468d552...5d82fd2. Read the comment docs.

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.

Telegram notifications are not sent when longer than 4096 chars
1 participant