File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ Future<void> main(List<String> arguments) async {
5151
5252enum 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 {
6870MineAirQuality(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] .
7377class ShaftAirQuality {
You can’t perform that action at this time.
0 commit comments