Files
stream-chat-flutter/.github/workflows/scripts/remove-from-coverage.sh
T
Salvatore Giordano c7d77c8cd9 fix gh action
2021-06-21 15:49:00 +02:00

7 lines
174 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$'