interactions-py / interactions.py

A highly extensible, easy to use, and feature complete bot framework for Discord
https://interactions-py.github.io/interactions.py/
MIT License
834 stars 185 forks source link

5.12.0 #1665

Closed silasary closed 4 months ago

silasary commented 4 months ago

Pull Request Type

Description

I want to get the enum fix out the door, but realistically, it's been too long since a release regardless.

Changes

See commits.

Related Issues

Test Scenarios

Python Compatibility

Checklist

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 55.17241% with 169 lines in your changes are missing coverage. Please review.

Project coverage is 46.18%. Comparing base (0129d53) to head (b0abff1). Report is 23 commits behind head on stable.

Files Patch % Lines
interactions/models/internal/context.py 39.47% 23 Missing :warning:
interactions/client/client.py 21.42% 22 Missing :warning:
interactions/models/discord/onboarding.py 83.07% 11 Missing :warning:
interactions/models/discord/timestamp.py 23.07% 10 Missing :warning:
...eractions/api/events/processors/reaction_events.py 18.18% 9 Missing :warning:
interactions/client/smart_cache.py 12.50% 7 Missing :warning:
interactions/ext/hybrid_commands/context.py 0.00% 7 Missing :warning:
interactions/ext/paginators.py 0.00% 6 Missing :warning:
interactions/models/discord/user.py 40.00% 6 Missing :warning:
...nteractions/api/http/http_requests/entitlements.py 66.66% 5 Missing :warning:
... and 23 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## stable #1665 +/- ## ========================================== + Coverage 45.96% 46.18% +0.22% ========================================== Files 144 148 +4 Lines 15437 15772 +335 ========================================== + Hits 7096 7285 +189 - Misses 8341 8487 +146 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.