Is there a way to get any type of a test or code coverage report (text or graphical) of the unit testing of your Dart code?
Asked
Active
Viewed 1,105 times
8
2 Answers
3
Work in progress:
some links:
- Dart Misc - Code Coverage Tool? (could be already available)
- Add support for code coverage in the VM
dart --coverage_dir
is unable to open file
Another approach

Günter Zöchbauer
- 623,577
- 216
- 2,003
- 1,567