Skip to content

Instantly share code, notes, and snippets.

@tschaefer
Created January 2, 2017 07:25
Show Gist options
  • Save tschaefer/5a7132a8bf58ed1237a41d8399348481 to your computer and use it in GitHub Desktop.
Save tschaefer/5a7132a8bf58ed1237a41d8399348481 to your computer and use it in GitHub Desktop.
#!/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