Skip to content
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

Rename ecosystem testing package to canary #323

Merged
merged 3 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changes as per review
mosuem committed Dec 10, 2024
commit f76077485c52945c2f92b6d173c8cccc90575e21
4 changes: 4 additions & 0 deletions pkgs/canary/bin/canary.dart
Original file line number Diff line number Diff line change
@@ -51,6 +51,8 @@ Future<void> main(List<String> arguments) async {

enum Level { solve, analyze, test }

/// A mapping of a package to application test results.
///
/// The result of sending a canary into the mine. Stores the [package] which was
/// tested with its new [version] as well as the [shaftAirQualities] holding the
/// information on each individual [Application] which was tested against.
@@ -68,6 +70,8 @@ class MineAirQuality {
MineAirQuality(package: $package, version: $version, shaftAirQualities: $shaftAirQualities)''';
}

/// Test results for a specific application.
///
/// This stores the result of testing the canary against an individual
/// [Application].
class ShaftAirQuality {