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

feat: create test_analytics app and database #474

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

joseph-sentry
Copy link
Contributor

  • creates a new test_analytics django app
  • modifies the db_settings to declare a new test analytics database
  • modifies the db router to route the models from the new django app to the new database

- creates a new test_analytics django app
- modifies the db_settings to declare a new test analytics database
- modifies the db router to route the models from the new django app
  to the new database
@joseph-sentry joseph-sentry requested review from trent-codecov and a team January 17, 2025 15:38
else:
return "timeseries"
case "test_analytics":
return "test_analytics"
Copy link
Contributor

@adrian-codecov adrian-codecov Jan 17, 2025

Choose a reason for hiding this comment

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

Unlike timeseries, there's not read replica right

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.92%. Comparing base (98a9a16) to head (d2c2038).
Report is 8 commits behind head on main.

Current head d2c2038 differs from pull request most recent head 9432b0d

Please upload reports for the commit 9432b0d to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #474      +/-   ##
==========================================
- Coverage   90.28%   89.92%   -0.37%     
==========================================
  Files         427      324     -103     
  Lines       12836     9150    -3686     
  Branches     2107     1622     -485     
==========================================
- Hits        11589     8228    -3361     
+ Misses       1137      859     -278     
+ Partials      110       63      -47     
Flag Coverage Δ
shared-docker-uploader ?

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it 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.

2 participants