Skip to content

Run the API E2E test server as a standalone process#3356

Merged
dmjb merged 2 commits intomainfrom
api-e2e-testcontainer
Jan 20, 2026
Merged

Run the API E2E test server as a standalone process#3356
dmjb merged 2 commits intomainfrom
api-e2e-testcontainer

Conversation

@dmjb
Copy link
Copy Markdown
Contributor

@dmjb dmjb commented Jan 20, 2026

Previously it was instantiating the server in-process. Use the full binary to ensure that the tests are realistic.

Previously it was instantiating the server in-process. Use the full
binary to ensure that the tests are realistic.
@github-actions github-actions bot added the size/S Small PR: 100-299 lines changed label Jan 20, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 20, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3356      +/-   ##
==========================================
+ Coverage   64.78%   64.83%   +0.04%     
==========================================
  Files         372      372              
  Lines       36292    36292              
==========================================
+ Hits        23513    23530      +17     
+ Misses      10932    10911      -21     
- Partials     1847     1851       +4     

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

@dmjb dmjb changed the title Run the server as a standalone process Run the API E2E test server as a standalone process Jan 20, 2026
@github-actions github-actions bot added size/S Small PR: 100-299 lines changed and removed size/S Small PR: 100-299 lines changed labels Jan 20, 2026
@dmjb dmjb merged commit ac39d1d into main Jan 20, 2026
31 checks passed
@dmjb dmjb deleted the api-e2e-testcontainer branch January 20, 2026 17:08
therealnb pushed a commit that referenced this pull request Jan 20, 2026
Run the server as a standalone process

Previously it was instantiating the server in-process. Use the full
binary to ensure that the tests are realistic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Small PR: 100-299 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants