-
Notifications
You must be signed in to change notification settings - Fork 41
ci: send slack message when ci fails on main #60
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
base: main
Are you sure you want to change the base?
ci: send slack message when ci fails on main #60
Conversation
a02f46a to
ab7541d
Compare
ab7541d to
10fba23
Compare
c348bf5 to
25f7f7f
Compare
src/flow_test/test.cairo
Outdated
| #[test] | ||
| fn test_test() { | ||
| panic!("test"); | ||
| } |
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.
25f7f7f to
5588a95
Compare
5588a95 to
193fe34
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
=======================================
Coverage 95.63% 95.63%
=======================================
Files 45 45
Lines 9859 9859
=======================================
Hits 9429 9429
Misses 430 430 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
NirLevi-starkware
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.
@NirLevi-starkware reviewed 4 of 4 files at r4, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @noa-starkware)

This change is
Note
Adds a reusable Slack notification workflow and hooks it into the main branch pipeline to alert when the test job fails.
./.github/workflows/notify-slack.yamlto send Slack alerts via incoming webhook on CI failure, parameterized bycontext_titleandfailed_job_name../.github/workflows/on-merge.yaml:notify-slackjob that runs aftertestand triggers only on failure, passing context for "main branch" and the failed job name.Written by Cursor Bugbot for commit 193fe34. This will update automatically on new commits. Configure here.