Skip to content

cleanup and expand testing#1903

Open
kevmoo wants to merge 7 commits intomasterfrom
test_node
Open

cleanup and expand testing#1903
kevmoo wants to merge 7 commits intomasterfrom
test_node

Conversation

@kevmoo
Copy link
Copy Markdown
Member

@kevmoo kevmoo commented Apr 1, 2026

  • test on node in http and web_socket
  • add wasm testing to web_socket

Closes #1126

- test on node in http and web_socket
- add wasm testing to web_socket

Closes #1126
@github-actions github-actions bot added package:http type-infra A repository infrastructure change or enhancement labels Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

PR Health

Coverage ✔️
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

Unused Dependencies ⚠️
Package Status
http
❗ Show Issues
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints
web_socket
❗ Show Issues
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints

For details on how to fix these, see dependency_validator.

This check can be disabled by tagging the PR with skip-unused-dependencies-check.

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
http None 1.6.0 1.6.1-wip 1.6.1-wip ✔️
web_socket None 1.0.1 1.0.1 1.0.1 ✔️

This check can be disabled by tagging the PR with skip-breaking-check.

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources

This check can be disabled by tagging the PR with skip-leaking-check.

License Headers ✔️
""
Files
no missing headers

All source files should start with a license header.

Unrelated files missing license headers
Files
pkgs/cupertino_http/example/example.dart
pkgs/http/example/main.dart
pkgs/http_multi_server/test/cert.dart

This check can be disabled by tagging the PR with skip-license-check.

@kevmoo
Copy link
Copy Markdown
Member Author

kevmoo commented Apr 2, 2026

pkg:http - The changelog bit was related to a dev dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:http skip-changelog-check type-infra A repository infrastructure change or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support the HTTP package on nodejs platform

1 participant