Last active
February 25, 2022 12:53
-
-
Save Ian-FR/123597b7236c50bb06c131f09771ecd9 to your computer and use it in GitHub Desktop.
util commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Running android from terminal | |
/home/ian/Android/Sdk/emulator/emulator @Pixel_4_API_30 -dns-server 8.8.8.8 | |
# Flutter coverage (needs the lcov installed | |
flutter test --coverage test/src/something/**test.dart && genhtml -o coverage coverage/lcov.info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment