fix: ignore debug information coverage (#250)

pull/260/head
Allison Ryan 3 years ago committed by GitHub
parent fdc73b637b
commit 66270d103e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -174,6 +174,8 @@ class _DebugGameBallsController extends _GameBallsController {
}
}
// TODO(wolfenrain): investigate this CI failure.
// coverage:ignore-start
class _DebugInformation extends Component with HasGameRef<DebugPinballGame> {
_DebugInformation() : super(priority: RenderPriority.debugInfo);
@ -205,3 +207,4 @@ class _DebugInformation extends Component with HasGameRef<DebugPinballGame> {
_debugTextPaint.render(canvas, debugText, position);
}
}
// coverage:ignore-end

Loading…
Cancel
Save