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

Switch cron jobs from pubsub to HTTP triggers #872

Merged
merged 19 commits into from
Oct 11, 2024

Add tests for coverage

3c471d5
Select commit
Loading
Failed to load commit list.
Merged

Switch cron jobs from pubsub to HTTP triggers #872

Add tests for coverage
3c471d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 1s

90.27% (+0.80%) compared to 2e20019

View this Pull Request on Codecov

90.27% (+0.80%) compared to 2e20019

Details

Codecov Report

Attention: Patch coverage is 96.88196% with 14 lines in your changes missing coverage. Please review.

Project coverage is 90.27%. Comparing base (2e20019) to head (3c471d5).

Files with missing lines Patch % Lines
src/jobs/slackNotifications.ts 94.11% 4 Missing and 5 partials ⚠️
src/jobs/index.ts 92.30% 4 Missing ⚠️
src/jobs/stalebot.ts 98.41% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #872      +/-   ##
==========================================
+ Coverage   89.46%   90.27%   +0.80%     
==========================================
  Files         126      131       +5     
  Lines        3693     4142     +449     
  Branches      744      881     +137     
==========================================
+ Hits         3304     3739     +435     
+ Misses        377      366      -11     
- Partials       12       37      +25     

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