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

Testing in CI #3557

Closed

undo tox changes

0746663
Select commit
Loading
Failed to load commit list.
Closed

Testing in CI #3557

undo tox changes
0746663
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 23, 2024 in 1s

84.30% (-0.19%) compared to 26b86a5

View this Pull Request on Codecov

84.30% (-0.19%) compared to 26b86a5

Details

Codecov Report

Attention: Patch coverage is 50.63291% with 39 lines in your changes missing coverage. Please review.

Project coverage is 84.30%. Comparing base (26b86a5) to head (0746663).
Report is 3 commits behind head on master.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
sentry_sdk/integrations/aws_lambda.py 16.66% 5 Missing ⚠️
sentry_sdk/integrations/django/__init__.py 20.00% 2 Missing and 2 partials ⚠️
sentry_sdk/integrations/gcp.py 0.00% 4 Missing ⚠️
sentry_sdk/integrations/cohere.py 50.00% 1 Missing and 2 partials ⚠️
sentry_sdk/integrations/openai.py 50.00% 1 Missing and 2 partials ⚠️
sentry_sdk/integrations/starlette.py 57.14% 1 Missing and 2 partials ⚠️
sentry_sdk/integrations/aiohttp.py 50.00% 1 Missing and 1 partial ⚠️
sentry_sdk/integrations/atexit.py 33.33% 1 Missing and 1 partial ⚠️
sentry_sdk/integrations/bottle.py 50.00% 1 Missing and 1 partial ⚠️
sentry_sdk/integrations/celery/__init__.py 33.33% 1 Missing and 1 partial ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3557      +/-   ##
==========================================
- Coverage   84.49%   84.30%   -0.19%     
==========================================
  Files         133      133              
  Lines       13855    13885      +30     
  Branches     2930     2929       -1     
==========================================
- Hits        11707    11706       -1     
- Misses       1423     1440      +17     
- Partials      725      739      +14     
Files with missing lines Coverage Δ
sentry_sdk/client.py 83.49% <100.00%> (ø)
sentry_sdk/integrations/fastapi.py 90.00% <100.00%> (ø)
sentry_sdk/integrations/flask.py 86.99% <100.00%> (+0.10%) ⬆️
sentry_sdk/integrations/sanic.py 80.55% <100.00%> (ø)
sentry_sdk/integrations/sys_exit.py 100.00% <100.00%> (ø)
sentry_sdk/integrations/threading.py 98.21% <100.00%> (-1.79%) ⬇️
sentry_sdk/integrations/anthropic.py 82.85% <50.00%> (-0.17%) ⬇️
sentry_sdk/integrations/aiohttp.py 84.66% <50.00%> (-0.88%) ⬇️
sentry_sdk/integrations/atexit.py 71.87% <33.33%> (-6.25%) ⬇️
sentry_sdk/integrations/bottle.py 86.31% <50.00%> (-1.73%) ⬇️
... and 11 more

... and 2 files with indirect coverage changes