VeryGoodOpenSource / very_good_cli

A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄

Home Page:http://cli.vgv.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix(e2e): flame_game_test should expect 100% coverage

alestiago opened this issue · comments

Description
The flame_game_test end-to-end test expects coverage of less than 100%, it should expect 100%.

Steps To Reproduce

See the flame_game_test.dart Dart file:

expect(testCoverageResult.stdout, contains('lines......: 97.8%'));

Expected Behavior
The test coverage expectation should be 100%.