Files
stream-chat-flutter/.github/workflows/scripts/remove-from-coverage.sh
T
Sahil Kumar 2499755a05 chore(repo): fix workflow
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2022-05-12 15:06:48 +05:30

7 lines
182 B
Bash
Executable File

#!/bin/bash
# Fast fail the script on failures.
set -e
flutter pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r '\.g\.dart$' -r '\.freezed\.dart$'