Files
stream-chat-flutter/.github/workflows/scripts/coverage.sh
T
Sahil Kumar b1396cd34f fix coverage script
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
2021-04-02 17:13:38 +05:30

6 lines
173 B
Bash
Executable File

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