Skip to content

Commit

Permalink
Document usage of the environment variable $DEVEL_COVER_OPTIONS to pa…
Browse files Browse the repository at this point in the history
…ss arguments to Devel::Cover for the 'testcover' action. [Thomas Klausner]

git-svn-id: http://svn.perl.org/modules/Module-Build/branches/release-0_26_branch@5287 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
Randy Sims committed Mar 24, 2005
1 parent b53da24 commit e5a5366
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Module/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,11 @@ Runs the C<test> action using C<Devel::Cover>, generating a
code-coverage report showing which parts of the code were actually
exercised during the tests.
To pass options to C<Devel::Cover>, set the C<$DEVEL_COVER_OPTIONS>
environment variable:
DEVEL_COVER_OPTIONS=-ignore,Build ./Build testcover
=item testdb
This is a synonym for the 'test' action with the C<debugger=1>
Expand Down

0 comments on commit e5a5366

Please sign in to comment.