refactor stream_flutter_workflow.yml

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-06-17 21:31:06 +05:30
parent 2af7c78bd1
commit 678945f7ef
10 changed files with 141 additions and 565 deletions
@@ -0,0 +1,7 @@
#!/bin/bash
# Fast fail the script on failures.
set -e
pub global activate remove_from_coverage
pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r '\.g\.dart$' -r '\.freezed\.dart$'