stefanhk31 / personal_blog_flutter

https://stefanhodgeskluck.com
2 stars 0 forks source link

Coverage gap on switch statements #43

Closed stefanhk31 closed 4 months ago

stefanhk31 commented 7 months ago

Mysteriously getting coverage gap on return switch (state) line on Blog Overview and blog detail, even though all cases are covered.

stefanhk31 commented 6 months ago

https://github.com/dart-lang/sdk/issues/54941

stefanhk31 commented 4 months ago

Bypassed cov gap by converting to arrow syntax on the bloc builder.