Created
January 2, 2017 07:25
-
-
Save tschaefer/5a7132a8bf58ed1237a41d8399348481 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
export PERL5OPT=-MDevel::Cover | |
MOJO_CLIENT_DEBUG=1 prove -l lib -v --merge t/ | |
unset PERL5OPT | |
cover |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment