Skip to content

Commit f760774

Browse files
committed
Changes as per review
1 parent da6ec01 commit f760774

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/canary/bin/canary.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Future<void> main(List<String> arguments) async {
5151

5252
enum Level { solve, analyze, test }
5353

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

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

0 commit comments

Comments
 (0)