Skip to content

Commit 9f75136

Browse files
committed
Changes as per review
1 parent 833acc8 commit 9f75136

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/canary/bin/canary.dart

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Future<void> main(List<String> arguments) async {
5252

5353
enum Level { solve, analyze, test }
5454

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

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

0 commit comments

Comments
 (0)