Conversation
- test on node in http and web_socket - add wasm testing to web_socket Closes #1126
PR HealthCoverage ✔️
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
Unused Dependencies
|
| Package | Status |
|---|---|
| http | ❗ Show IssuesThese packages may be unused, or you may be using assets from these packages: |
| web_socket | ❗ Show IssuesThese packages may be unused, or you may be using assets from these packages: |
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.
|
pkg:http - The changelog bit was related to a dev dependency |
Closes #1126