Skip to content

fix(smokeTests): improve success detection in smoke test script#112

Merged
nicky-ru merged 2 commits into
mainfrom
chore/update-smoketests
Nov 20, 2025
Merged

fix(smokeTests): improve success detection in smoke test script#112
nicky-ru merged 2 commits into
mainfrom
chore/update-smoketests

Conversation

@nicky-ru
Copy link
Copy Markdown

  • Added a SUCCESS flag to track if the REST API is ready.
  • Simplified exit conditions to ensure clearer success and error messages.
  • Removed unnecessary checks for application exit codes and final validation messages.

What kind of change is this?

  • feat: (new feature)
  • fix: (bug fix)
  • chore: (updates to dependencies or build processes)
  • docs: (documentation changes)
  • style: (formatting, missing semi colons, etc; no code change)
  • refactor: (refactoring production code)
  • test: (adding tests, refactoring tests; no production code change)
  • perf: (performance improvements)

- Added a SUCCESS flag to track if the REST API is ready.
- Simplified exit conditions to ensure clearer success and error messages.
- Removed unnecessary checks for application exit codes and final validation messages.
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.82%. Comparing base (e0b5639) to head (b85268f).
⚠️ Report is 1 commits behind head on main.

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #112   +/-   ##
=======================================
  Coverage   50.82%   50.82%           
=======================================
  Files         180      180           
  Lines       24413    24413           
  Branches     2243     2243           
=======================================
  Hits        12407    12407           
  Misses      11962    11962           
  Partials       44       44           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- Moved success check for the REST API before the process alive check.
- Removed redundant success check to streamline the script flow.
@nicky-ru nicky-ru merged commit 7904298 into main Nov 20, 2025
4 checks passed
@nicky-ru nicky-ru deleted the chore/update-smoketests branch November 20, 2025 07:49
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.

2 participants