Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix Slack notification condition in CI job and improve message #450

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

Merged
merged 2 commits into from
Jun 25, 2025

Conversation

artemgavrilov
Copy link
Collaborator

@artemgavrilov artemgavrilov commented Jun 24, 2025

There was a mistake in job condition expression that caused slack job execution for PRs, while we want this notifications only for our main branch. Also use better variable to extract branch name for notification text.

@codecov-commenter
Copy link

codecov-commenter commented Jun 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.66%. Comparing base (600172d) to head (66d2a52).
Report is 1 commits behind head on TDE_REL_17_STABLE.

❌ Your project status has failed because the head coverage (84.66%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                Coverage Diff                 @@
##           TDE_REL_17_STABLE     #450   +/-   ##
==================================================
  Coverage              84.65%   84.66%           
==================================================
  Files                     21       21           
  Lines                   2588     2589    +1     
  Branches                 401      402    +1     
==================================================
+ Hits                    2191     2192    +1     
  Misses                   316      316           
  Partials                  81       81           
Components Coverage Δ
access 81.11% <ø> (ø)
catalog 88.22% <ø> (ø)
common 77.77% <ø> (ø)
encryption 73.45% <ø> (ø)
keyring 72.88% <ø> (ø)
src 91.44% <ø> (ø)
smgr 94.88% <ø> (+0.02%) ⬆️
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@artemgavrilov artemgavrilov marked this pull request as ready for review June 24, 2025 10:36
@artemgavrilov artemgavrilov changed the title Fix Slack notification condition in CI job Fix Slack notification condition in CI job and improve message Jun 24, 2025
Expression syntax fix.
Use proper variable to get branch name.
@artemgavrilov artemgavrilov requested a review from dutow June 25, 2025 14:14
@artemgavrilov artemgavrilov merged commit 1af780f into TDE_REL_17_STABLE Jun 25, 2025
18 of 19 checks passed
@artemgavrilov artemgavrilov deleted the slack-notifications branch June 25, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants