Skip to content

Commit

Permalink
Changes as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 10, 2024
1 parent da6ec01 commit f760774
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/canary/bin/canary.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 {
Expand Down

0 comments on commit f760774

Please sign in to comment.