Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to get a test coverage report for unit testing in Dart Language?

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?

like image 390
corgrath Avatar asked Feb 11 '14 10:02

corgrath


1 Answers

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

  • Profiling the Standalone Dart VM on Linux
like image 137
Günter Zöchbauer Avatar answered Oct 13 '22 22:10

Günter Zöchbauer