This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| red=$(tput setaf 1) | |
| none=$(tput sgr0) | |
| show_help() { | |
| printf "usage: $0 [--help] [--report] [--test] [<path to package>] | |
| Script for running all unit and widget tests with code coverage. | |
| (run from root of repo) |