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

Add 2024 event insights #5768

Draft
wants to merge 5 commits into
base: py3
Choose a base branch
from

Conversation

dracco1993
Copy link
Member

Description

Add 2024 event insights

Motivation and Context

MOAR DATA

How Has This Been Tested?

Still a WIP, but testing locally.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change API specifications or require data migrations)

Copy link

codecov bot commented May 25, 2024

Codecov Report

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

Project coverage is 92.65%. Comparing base (24652da) to head (dd64f9d).
Report is 189 commits behind head on py3.

Files Patch % Lines
...rc/backend/common/helpers/event_insights_helper.py 6.95% 107 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              py3    #5768      +/-   ##
==========================================
- Coverage   93.10%   92.65%   -0.46%     
==========================================
  Files         658      656       -2     
  Lines       42145    42688     +543     
  Branches       60       60              
==========================================
+ Hits        39241    39554     +313     
- Misses       2896     3126     +230     
  Partials        8        8              

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

@@ -36,7 +37,7 @@ def calculate_event_insights(
return None

@classmethod
def calculate_event_insights_2023(cls, matches: List[Match]) -> EventInsights:
def calculate_event_insights_2024(cls, matches: List[Match]) -> EventInsights:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Git's diff algorithm is struggling hard here... 😢

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.

None yet

2 participants