-
Notifications
You must be signed in to change notification settings - Fork 276
ci: send a notification of scheduled failing tests #1323
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
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 #1323 +/- ##
==========================================
+ Coverage 90.94% 90.96% +0.01%
==========================================
Files 222 222
Lines 7501 7501
==========================================
+ Hits 6822 6823 +1
+ Misses 679 678 -1 ☔ View full report in Codecov by Sentry. |
.github/workflows/tests.yml
Outdated
| name: Regression notifications | ||
| runs-on: ubuntu-latest | ||
| needs: build | ||
| if: failure() && github.ref == 'refs/heads/zimeg-ci-notifications' && github.event_name != 'workflow_dispatch' |
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.
📣 workflow_dispatch will not send a notification!
🔗 https://github.com/slackapi/bolt-python/actions/runs/15935708998
WilliamBergamin
left a comment
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.
Sweet 💯 nice work!!
|
@WilliamBergamin Likewise, thank you for helping in the iterations above 🙏 ✨ I will merge this now but I hope we don't get notifications for this 😉 |
Summary
This PR sends a notification of scheduled failing tests using the new "regression failures" workflow!
Testing
On schedule and according to #1322 🫡
Notes
I plan to test a few combinations in this PR to make sure notifications are sent 🚀 ✨
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
./scripts/install_all_and_run_tests.shafter making the changes.