8

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?

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
corgrath
  • 11,673
  • 15
  • 68
  • 99

2 Answers2

3

Work in progress:

some links:

Another approach

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

The Coverage project provides tooling that leverages the VM Observatory. It works both against the VM and Dartium and supports both pretty-printed and LCOV format output.

cbracken
  • 3,610
  • 2
  • 21
  • 20