Conversation
- test on node in http and web_socket - add wasm testing to web_socket Closes #1126
PR HealthLicense Headers ✔️
All source files should start with a license header. Unrelated files missing license headers
This check can be disabled by tagging the PR with
Unused Dependencies
|
| Package | Status |
|---|---|
| cupertino_http | ❗ Show IssuesThese packages are used outside lib/ but are not dev_dependencies: |
| 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.
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.
|
pkg:http - The changelog bit was related to a dev dependency |
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".
Closes #1126