rasuru
rasuru
The underlying coverage package should ignore source code when you use special comments described [here](https://pub.dev/documentation/coverage/latest/) (see the end of the page). I am trying to use them, but for some...
Okay, I found some PRs about this: 1. https://github.com/flutter/flutter/pull/61408 2. https://github.com/dart-lang/coverage/pull/246 It seems it's either implemented, but does not work for me for some reason, or still being worked on....
If I got it right, they implemented the feature, but this package is not up to date with the changes. Does anyone plan to update `test_coverage`?
Oh well, there are workarounds to excluding generated files, or maybe even convenient ways to do it. I just want to use these comments in some of my files, where...