change remove-from_coverage.sh name to remove-from-coverage.sh

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-06-17 22:53:39 +05:30
parent 6f1764c85a
commit 20b41ef3fe
3 changed files with 1 additions and 3 deletions
@@ -0,0 +1,7 @@
#!/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$'