Skip to content

Conversation

@roxblnfk
Copy link
Member

What was changed

Trap server can be started without senders or with Frontend server only.

# Run with default ports and console sender
trap run

# Run with UI on port 8080, listen default ports, and use console sender
trap run --ui=8080

# Run with UI, disable console sender
trap run --ui=8080 -s
# Equals to
trap run --ui=8080 --sender=""

Checklist

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 25.14%. Comparing base (1560e7d) to head (bb65e37).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/Command/Run.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #200      +/-   ##
============================================
+ Coverage     24.89%   25.14%   +0.25%     
  Complexity     1359     1359              
============================================
  Files           158      158              
  Lines          4327     4215     -112     
============================================
- Hits           1077     1060      -17     
+ Misses         3250     3155      -95     

☔ 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.

@roxblnfk roxblnfk changed the title Use zero senders list Use empty senders list Nov 20, 2025
@roxblnfk roxblnfk merged commit 37029f7 into master Nov 20, 2025
14 of 15 checks passed
@roxblnfk roxblnfk deleted the empty-sender branch November 20, 2025 15:12
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.

Sender config

2 participants