Closed
Description
Hey Dart Team!
Coverage calculation has changed since 2.18 and is no longer calculating coverage on mixins. Please check by yourself at https://github.com/tsinis/mixins_tests_bug
Just run tests with the coverage flag and you will find out that the CoverageBug
mixin is not covered even though it's the same as CoverageOk class. It was introduced in Dart 2.18. Thanks!
- Dart SDK version: 2.18.0 (stable)
- MacOSX (12.5.1 (21G83)) with M1 CPU