-
Notifications
You must be signed in to change notification settings - Fork 10
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
Split and format the test rollups query #897
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #897 +/- ##
=======================================
Coverage 98.04% 98.05%
=======================================
Files 444 444
Lines 35435 35439 +4
=======================================
+ Hits 34744 34748 +4
Misses 691 691
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #897 +/- ##
=======================================
Coverage 98.04% 98.05%
=======================================
Files 444 444
Lines 35435 35439 +4
=======================================
+ Hits 34744 34748 +4
Misses 691 691
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #897 +/- ##
=======================================
Coverage 98.04% 98.05%
=======================================
Files 444 444
Lines 35435 35439 +4
=======================================
+ Hits 34744 34748 +4
Misses 691 691
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This splits apart the individual subqueries into their own variables, and formats each of the queries.
966d192
to
d4c5933
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #897 +/- ##
=======================================
Coverage 98.04% 98.05%
=======================================
Files 444 444
Lines 35435 35439 +4
=======================================
+ Hits 34744 34748 +4
Misses 691 691
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This splits apart the individual subqueries into their own variables, and formats each of the queries.
(If you are curious, I just pasted the subqueries into https://sqlformat.org/)