getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
36.96k stars 3.97k forks source link

feat(issue-platform): adds a test for the occurrence consumer #69278

Closed scefali closed 1 week ago

scefali commented 1 week ago

We have no tests for the issue consumer which isn't great, this PR adds some so we can make changes more safely

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.71%. Comparing base (7083b34) to head (024d6eb). Report is 39 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #69278 +/- ## ========================================== + Coverage 74.85% 79.71% +4.86% ========================================== Files 6399 6430 +31 Lines 285507 285950 +443 Branches 49245 49287 +42 ========================================== + Hits 213708 227945 +14237 + Misses 71362 57568 -13794 Partials 437 437 ``` [see 904 files with indirect coverage changes](https://app.codecov.io/gh/getsentry/sentry/pull/69278/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry)