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: discussion handler #51

Merged
merged 3 commits into from
Jan 17, 2024

chore: build errors

ed8c73c
Select commit
Loading
Failed to load commit list.
Merged

feat: discussion handler #51

chore: build errors
ed8c73c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 17, 2024 in 0s

26.14% (-70.24%) compared to 7d30de6

View this Pull Request on Codecov

26.14% (-70.24%) compared to 7d30de6

Details

Codecov Report

Attention: 166 lines in your changes are missing coverage. Please review.

Comparison is base (7d30de6) 96.38% compared to head (ed8c73c) 26.14%.

Files Patch % Lines
src/application/webhook/types/Entity.ts 0.00% 40 Missing ⚠️
src/application/webhook/types/Webhook.ts 0.00% 33 Missing and 1 partial ⚠️
src/application/webhook/types/Events.ts 0.00% 31 Missing and 1 partial ⚠️
src/application/webhook/types/Actions.ts 0.00% 26 Missing and 1 partial ⚠️
.../application/interfaces/events/IDiscussionEvent.ts 0.00% 11 Missing and 1 partial ⚠️
src/presentation/routes/GithubRoute.ts 0.00% 9 Missing ⚠️
src/index.ts 0.00% 4 Missing ⚠️
src/application/App.ts 0.00% 3 Missing ⚠️
src/presentation/TelegramPresenter.ts 0.00% 3 Missing ⚠️
src/application/interfaces/events/index.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #51       +/-   ##
===========================================
- Coverage   96.38%   26.14%   -70.24%     
===========================================
  Files           3       46       +43     
  Lines         166     2176     +2010     
  Branches       34       85       +51     
===========================================
+ Hits          160      569      +409     
- Misses          6     1576     +1570     
- Partials        0       31       +31     

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