Test coverage is broken in package:test: >1.26.3 <1.30.0 due to dart-lang/test#2581. This was fixed and released in v1.30.0 of package:test however it's not possible to use v1.30.0 in the latest stable Flutter version due to the pinned test_api version in flutter_test.
In my opinion, we should bump test_api to 0.7.10 in a hot fix. cc @Piinks, @kevmoo @mit-mit (not sure who else to tag).
- test_api: 0.7.9
+ test_api: 0.7.10
Test coverage is broken in
package:test: >1.26.3 <1.30.0due to dart-lang/test#2581. This was fixed and released inv1.30.0ofpackage:testhowever it's not possible to use v1.30.0 in the latest stable Flutter version due to the pinned test_api version influtter_test.In my opinion, we should bump
test_apito 0.7.10 in a hot fix. cc @Piinks, @kevmoo @mit-mit (not sure who else to tag).