-
Notifications
You must be signed in to change notification settings - Fork 329
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
Improve dtypes benchmark #2393
base: main
Are you sure you want to change the base?
Improve dtypes benchmark #2393
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2393 +/- ##
=======================================
Coverage 98.58% 98.58%
=======================================
Files 59 59
Lines 6161 6161
=======================================
Hits 6074 6074
Misses 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6ad0c34
to
eed8b6a
Compare
df3b633
to
ee97bc1
Compare
@@ -14,7 +14,7 @@ | |||
from tests._external.gdrive_utils import get_latest_file, read_excel, save_to_gdrive | |||
from tests._external.slack_utils import post_slack_message | |||
|
|||
GDRIVE_OUTPUT_FOLDER = '16SkTOyQ3xkJDPJbyZCusb168JwreW5bm' | |||
GDRIVE_OUTPUT_FOLDER = '1tjre6vNnbAv6jyfsF8N8EZfDX7Rx2HCT' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will need to revert once code review is complete
@@ -230,7 +250,7 @@ def compare_and_store_results_in_gdrive(): | |||
f'See <https://docs.google.com/spreadsheets/d/{file_id}|dtypes summary and details>' | |||
) | |||
slack_message = '\n'.join(slack_messages) | |||
slack_channel = 'sdv-alerts' | |||
slack_channel = 'sdv-alerts-debug' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will also need to revert
This reverts commit eb95321.
7ab670e
to
7cfeb4d
Compare
resolves #2365
CU-86b3wt5cy