New post on /r/flutterdev subreddit:
Test coverage explains with lcov on Flutter
I just wrote my second article take a look :) !etiennetheodore.com/test-coverage-explain-with-lcov-on-dart/#100DaysOfCode #dart #flutter #flutterdev #code #programming #Software #tutorial #dev
September 29, 2021 at 09:55AM by Puzzleheaded_Bowl736
https://ift.tt/2ZAvBRf
Test coverage explains with lcov on Flutter
I just wrote my second article take a look :) !etiennetheodore.com/test-coverage-explain-with-lcov-on-dart/#100DaysOfCode #dart #flutter #flutterdev #code #programming #Software #tutorial #dev
September 29, 2021 at 09:55AM by Puzzleheaded_Bowl736
https://ift.tt/2ZAvBRf
Etienne Théodore
Test coverage explains with lcov on Flutter
Introduction
As developers, we want to have a clear view of how many covers our code source
has. Somethings we want to test only a part of our codebase or whatsoever, and
it can be really painful to do that.
With Flutter, we can make test coverage to see…
As developers, we want to have a clear view of how many covers our code source
has. Somethings we want to test only a part of our codebase or whatsoever, and
it can be really painful to do that.
With Flutter, we can make test coverage to see…
👍1