I am using Codecov to display the code coverage of an application I'm starting, but it's stuck at 90%, because the line void main() => runApp(MyApp()); isn't covered by the tests. How do I cover this line?
void main() => runApp(MyApp());
Aucun commentaire:
Enregistrer un commentaire