Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Test coverage

nguyen_marc edited this page Aug 28, 2019 · 2 revisions

How to view test coverage

The easiest way to see our overall test coverage should be using the Minitel page on Coveralls.

How compute test coverage

If you want to recompute coverage data from scratch, you can use the --coverage flag. For example, cd minitel-app && flutter test --coverage.