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: webhook redelivery task needs async for #367

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

matt-codecov
Copy link
Contributor

my bad, broke this in #304

this is evidence that we need proper integration tests (see https://github.com/codecov/integration-tests)

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@matt-codecov matt-codecov requested a review from a team April 8, 2024 20:27
@codecov-notifications
Copy link

codecov-notifications bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
+ Coverage   97.79%   98.08%   +0.29%     
==========================================
  Files         392      392              
  Lines       32748    32566     -182     
==========================================
- Hits        32025    31943      -82     
+ Misses        723      623     -100     
Flag Coverage Δ
integration 98.08% <100.00%> (+0.29%) ⬆️
latest-uploader-overall 98.08% <100.00%> (+0.29%) ⬆️
unit 98.08% <100.00%> (+0.29%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 96.20% <100.00%> (+0.71%) ⬆️
OutsideTasks 97.90% <ø> (+0.07%) ⬆️
Files Coverage Δ
tasks/github_app_webhooks_check.py 100.00% <100.00%> (ø)
tasks/tests/unit/test_github_app_webhooks_check.py 99.01% <100.00%> (-0.02%) ⬇️

... and 17 files with indirect coverage changes

@codecov-qa
Copy link

codecov-qa bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.79%. Comparing base (7c537d5) to head (64c51e5).

✅ All tests successful. No failed tests found ☺️

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
- Coverage   97.79%   97.79%   -0.01%     
==========================================
  Files         392      392              
  Lines       32748    32746       -2     
==========================================
- Hits        32025    32023       -2     
  Misses        723      723              
Flag Coverage Δ
integration 97.79% <100.00%> (-0.01%) ⬇️
latest-uploader-overall 97.79% <100.00%> (-0.01%) ⬇️
unit 97.79% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 95.49% <100.00%> (ø)
OutsideTasks 97.82% <ø> (ø)
Files Coverage Δ
tasks/github_app_webhooks_check.py 100.00% <100.00%> (ø)
tasks/tests/unit/test_github_app_webhooks_check.py 99.01% <100.00%> (-0.02%) ⬇️

Copy link

codecov-public-qa bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.79%. Comparing base (7c537d5) to head (64c51e5).

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
- Coverage   97.79%   97.79%   -0.01%     
==========================================
  Files         392      392              
  Lines       32748    32746       -2     
==========================================
- Hits        32025    32023       -2     
  Misses        723      723              
Flag Coverage Δ
integration 97.79% <100.00%> (-0.01%) ⬇️
latest-uploader-overall 97.79% <100.00%> (-0.01%) ⬇️
unit 97.79% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 95.49% <100.00%> (ø)
OutsideTasks 97.82% <ø> (ø)
Files Coverage Δ
tasks/github_app_webhooks_check.py 100.00% <100.00%> (ø)
tasks/tests/unit/test_github_app_webhooks_check.py 99.01% <100.00%> (-0.02%) ⬇️

Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.80%. Comparing base (7c537d5) to head (64c51e5).

✅ All tests successful. No failed tests found ☺️

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
- Coverage   97.80%   97.80%   -0.01%     
==========================================
  Files         423      423              
  Lines       33448    33446       -2     
==========================================
- Hits        32713    32711       -2     
  Misses        735      735              
Flag Coverage Δ
integration 97.79% <100.00%> (-0.01%) ⬇️
latest-uploader-overall 97.79% <100.00%> (-0.01%) ⬇️
unit 97.79% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 95.47% <100.00%> (ø)
OutsideTasks 97.82% <ø> (ø)
Files Coverage Δ
tasks/github_app_webhooks_check.py 100.00% <100.00%> (ø)
tasks/tests/unit/test_github_app_webhooks_check.py 99.01% <100.00%> (-0.02%) ⬇️

This change has been scanned for critical changes. Learn more

@matt-codecov matt-codecov merged commit 2c2d65e into main Apr 8, 2024
26 checks passed
@matt-codecov matt-codecov deleted the matt/fix-webhook-redelivery-task branch April 8, 2024 21:08
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.

2 participants