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: Simplify commit uploads query for now #41

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

scott-codecov
Copy link
Contributor

Seeing degraded database performance in prod b/c of this query. We'll return ALL uploads for a given commit until we can figure out a better way to query for just the uploads that comprise the commit's report.

@hootener
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% ⚠️

Comparison is base (f4ad85e) 95.25% compared to head (3caf3b9) 95.25%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
- Coverage   95.25%   95.25%   -0.01%     
==========================================
  Files         568      568              
  Lines       14284    14282       -2     
==========================================
- Hits        13606    13604       -2     
  Misses        678      678              
Flag Coverage Δ
unit 95.25% <100.00%> (-0.01%) ⬇️

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

Files Changed Coverage Δ
graphql_api/actions/commits.py 100.00% <100.00%> (ø)

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

@scott-codecov scott-codecov merged commit 5f105ac into main Jul 27, 2023
5 of 6 checks passed
@scott-codecov scott-codecov deleted the scott/simplify-commit-uploads-query branch July 27, 2023 17:25
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

3 participants