Commit 9f75136 1 parent 833acc8 commit 9f75136 Copy full SHA for 9f75136
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Future<void> main(List<String> arguments) async {
52
52
53
53
enum Level { solve, analyze, test }
54
54
55
+ /// A mapping of a package to application test results.
56
+ ///
55
57
/// The result of sending a canary into the mine. Stores the [package] which was
56
58
/// tested with its new [version] as well as the [shaftAirQualities] holding the
57
59
/// information on each individual [Application] which was tested against.
@@ -69,6 +71,8 @@ class MineAirQuality {
69
71
MineAirQuality(package: $package , version: $version , shaftAirQualities: $shaftAirQualities )''' ;
70
72
}
71
73
74
+ /// Test results for a specific application.
75
+ ///
72
76
/// This stores the result of testing the canary against an individual
73
77
/// [Application] .
74
78
class ShaftAirQuality {
You can’t perform that action at this time.
0 commit comments