flutter-coverage
flutter-coverage copied to clipboard
VSCeode Extension for view the code coverage per folder/file in the test view
Hello, A little enhancement to improve the lisibility of the coverage tree. It will be very helpfull to filter files and folder that don't match Low and Sufficient Coverage Threshold....
The instructions tell the user to manually run `flutter test --coverage` The better solution is for the user to change user settings Shift-Ctrl-P Preferences: Open User Settings (JSON) and as...
Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
Hi, for me it would be nice to have the option to specify files or patterns that will be excluded from the coverage calculation. In my project there are some...