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 833acc8 commit 9f75136
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 @@ -52,6 +52,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 @@ -69,6 +71,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 9f75136

Please sign in to comment.