Skip to content

Commit

Permalink
Fix problem with make coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nickl- committed Feb 22, 2013
1 parent 5ce45a1 commit 83afccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -472,7 +472,7 @@ testdox: .check-foundation
coverage: .check-foundation
@cd `$(CONFIG_TOOL) test-folder`;phpunit --testdox --coverage-html=reports/coverage --coverage-text .
@echo "Done. Reports also available on `$(CONFIG_TOOL) test-folder`/reports/coverage/index.html"
@make .open-document url=reports/coverage/index.html
@make -f ../Makefile .open-document url=reports/coverage/index.html

cs-fixer: .check-foundation
@cd `$(CONFIG_TOOL) library-folder`;${FOUNDATION_HOME}/php-cs-fixer -v fix --level=all --fixers=indentation,linefeed,trailing_spaces,unused_use,return,php_closing_tag,short_tag,visibility,braces,extra_empty_lines,phpdoc_params,eof_ending,include,controls_spaces,elseif .
Expand Down

0 comments on commit 83afccb

Please sign in to comment.