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

[FIX]: default session and jar name #22

Merged
merged 2 commits into from
Oct 10, 2024

[FIX]: default session and jar name

efba885
Select commit
Loading
Failed to load commit list.
Merged

[FIX]: default session and jar name #22

[FIX]: default session and jar name
efba885
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 10, 2024 in 0s

51.93% (target 40.00%)

View this Pull Request on Codecov

51.93% (target 40.00%)

Details

Codecov Report

Attention: Patch coverage is 77.22222% with 41 lines in your changes missing coverage. Please review.

Project coverage is 51.93%. Comparing base (21aeff6) to head (efba885).

Files with missing lines Patch % Lines
...legram/session/DefaultTelegramUpdateProcessor.java 78.20% 12 Missing and 5 partials ⚠️
...egram/session/AbstractTelegramUpdateProcessor.java 75.51% 8 Missing and 4 partials ⚠️
...hub/drednote/telegram/core/DefaultTelegramBot.java 0.00% 2 Missing and 1 partial ⚠️
.../drednote/telegram/session/LongPollingSession.java 0.00% 3 Missing ⚠️
...ote/telegram/session/SessionAutoConfiguration.java 0.00% 3 Missing ⚠️
...te/telegram/response/AbstractTelegramResponse.java 50.00% 2 Missing ⚠️
...e/telegram/session/UserRateLimitRequestFilter.java 96.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #22      +/-   ##
============================================
- Coverage     51.95%   51.93%   -0.03%     
- Complexity      390      392       +2     
============================================
  Files           129      130       +1     
  Lines          2375     2401      +26     
  Branches        320      318       -2     
============================================
+ Hits           1234     1247      +13     
- Misses         1019     1030      +11     
- Partials        122      124       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.