Files
stream-chat-flutter/.github/workflows/scripts/remove-from_coverage.sh
T
2021-06-17 21:31:06 +05:30

7 lines
214 B
Bash

#!/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$'