Skip to content

cleanup and expand testing#1903

Open
kevmoo wants to merge 10 commits intomasterfrom
test_node
Open

cleanup and expand testing#1903
kevmoo wants to merge 10 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

License Headers ✔️
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
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.

Unused Dependencies ⚠️
Package Status
cupertino_http
❗ Show Issues
These packages are used outside lib/ but are not dev_dependencies:
* flutter
* integration_test
These packages are only used outside lib/ and should be downgraded to dev_dependencies:
* hooks
* logging
* native_toolchain_c
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints
Failed to update packages.
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.

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.

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
cupertino_http Breaking 2.4.0 3.0.0-wip 3.0.0-wip ✔️
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.

@kevmoo
Copy link
Copy Markdown
Member Author

kevmoo commented Apr 2, 2026

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

kevmoo added 2 commits April 24, 2026 05:00
Warning: Package resolution error when reading "analysis_options.yaml" file for "./pkgs/cupertino_http/ios_test/integration_test/combined_test.dart":
Failed to resolve package URI "package:dart_flutter_team_lints/analysis_options.yaml" in include at "/Users/kevmoo/github/http/analysis_options.yaml".
@github-actions github-actions Bot added the package:cupertino_http Issues related to package:cupertino_http label Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:cupertino_http Issues related to package:cupertino_http 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