678945f7ef
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
7 lines
214 B
Bash
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$' |