Skip to content

Commit

Permalink
create script for code coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Jul 24, 2016
1 parent 2a76cbb commit a298bdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/code-coverage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
echo "Run PHPUnit with code coverage"
bin/phpunit --coverage-html .coverage
google-chrome .coverage/index.html

0 comments on commit a298bdc

Please sign in to comment.