6dd9f6af5e
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
6 lines
149 B
Bash
Executable File
6 lines
149 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$' |