Skip to content

Conversation

rowanseymour
Copy link
Member

No description provided.

@Copilot Copilot AI review requested due to automatic review settings September 25, 2025 15:55
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR standardizes SQL query formatting by cleaning up capitalization and spacing inconsistencies. The changes focus on making the SQL code more consistent with standard conventions.

  • Standardized keyword capitalization (AS, FROM, WHERE, SELECT)
  • Removed unnecessary column aliases where the alias matches the column name
  • Improved overall SQL formatting consistency

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
archives/runs.go Cleaned up SQL query formatting with consistent AS keyword usage and removed redundant column aliases
archives/messages.go Applied consistent SQL formatting standards including proper keyword capitalization and alias standardization

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.11%. Comparing base (769e38d) to head (56aab9a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   59.11%   59.11%           
=======================================
  Files           7        7           
  Lines        1311     1311           
=======================================
  Hits          775      775           
  Misses        430      430           
  Partials      106      106           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

rowanseymour and others added 2 commits September 25, 2025 11:02
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@rowanseymour rowanseymour merged commit 1dcda1d into main Sep 25, 2025
7 checks passed
@rowanseymour rowanseymour deleted the sql_cleanup branch September 25, 2025 16:04
@github-actions github-actions bot locked and limited conversation to collaborators Sep 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant