Testing in Flutter, Episode 19: Generate Code Coverage Report | Kodeco

This content was released on Sep 19 2023. The official support period is 6-months from this date.

In this episode, we will learn how to generate the code coverage report for our test. The code coverage report shows how much of our code is covered by the test. This helps us identify the code not covered by the test, and we can write a test for that code.


This is a companion discussion topic for the original entry at https://www.kodeco.com/35357214-testing-in-flutter/lessons/19