-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore(codecov): add slack webhook integration #4532
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
✨ Coder.com for PR #4532 deployed! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #4532 +/- ##
=======================================
Coverage 65.44% 65.44%
=======================================
Files 30 30
Lines 1658 1658
Branches 333 333
=======================================
Hits 1085 1085
Misses 487 487
Partials 86 86 Continue to review full report at Codecov.
|
notify: | ||
slack: | ||
default: | ||
url: secret:v1::tXC7VwEIKYjNU8HRgRv2GdKOSCt5UzpykKZb+o1eCDqBgb2PEqwE3A26QUPYMLo4BO2qtrJhFIvwhUvlPwyzDCNGoNiuZfXr0UeZZ0y1TcZu672R/NBNMwEPO/e1Ye0pHxjzKHnuH7HqbjFucox/RBQLtiL3J56SWGE3JtbkC6o= |
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.
@jsjoeio Is this a secret credential? Can it be made public?
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.
Yes and yes! @bryphe-coder showed me how to do this. This is the recommended approach from Codecov
This adds a Slack webhook integration so we get notifications in our company Slack for coverage changes.
Fixes N/A