adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

Add test coverage #187

Closed nickmeinhold closed 4 years ago

nickmeinhold commented 4 years ago

We could use this: pulyaevskiy/test-coverage: Runs tests in Dart VM and collects coverage data.

Not sure if we need the above package? Can we just use flutter test --coverage?