Skip to content

Commit

Permalink
Don't report coverage on external libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github committed Feb 27, 2009
1 parent d2d68cf commit f890507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -45,7 +45,7 @@ test_old:

.PHONY: coverage
coverage:
rcov test/test_all.rb
rcov -Ilib -x "^/" test/test_all.rb
open coverage/index.html

other:
Expand Down

0 comments on commit f890507

Please sign in to comment.