-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[unified_analytics] Drop direct dependency on package:path
#279
[unified_analytics] Drop direct dependency on package:path
#279
Conversation
package:path
package:path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
PR HealthBreaking changes ✔️
Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs.
Coverage
|
File | Coverage |
---|---|
pkgs/unified_analytics/example/serving_surveys.dart | 💔 Not covered |
pkgs/unified_analytics/lib/src/analytics.dart | 💚 72 % |
pkgs/unified_analytics/lib/src/config_handler.dart | 💚 94 % |
pkgs/unified_analytics/lib/src/initializer.dart | 💚 100 % |
pkgs/unified_analytics/lib/src/utils.dart | 💚 88 % |
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
.
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 symbols |
---|---|
unified_analytics | Condition PersistedSurvey GAClient UserProperty |
This check can be disabled by tagging the PR with skip-leaking-check
.
License Headers ✔️
// Copyright (c) 2024, 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.
Package publish validation ✔️
Package | Version | Status |
---|---|---|
package:cli_config | 0.2.1-wip | WIP (no publish necessary) |
package:coverage | 1.9.2 | already published at pub.dev |
package:extension_discovery | 2.0.1-wip | WIP (no publish necessary) |
package:graphs | 2.3.3-wip | WIP (no publish necessary) |
package:mime | 2.0.0-wip | WIP (no publish necessary) |
package:oauth2 | 2.0.4-wip | WIP (no publish necessary) |
package:source_map_stack_trace | 2.1.3-wip | WIP (no publish necessary) |
package:unified_analytics | 6.1.4-wip | WIP (no publish necessary) |
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM—thanks!
Thanks for the reviews! If you're happy with the change, feel free to merge whenever. I don't have commit access on this repo - Thanks! :) |
As suggested in #253 (comment). Also completes some nearby cleanup.