Skip to content

Commit

Permalink
Adding dummy keys to make coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 20, 2015
1 parent cbcb799 commit 578e2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -30,6 +30,7 @@ test:
vendor/bin/phpunit --testsuite=unit $(TEST)

coverage:
AWS_ACCESS_KEY_ID=foo AWS_SECRET_ACCESS_KEY=bar \
vendor/bin/phpunit --testsuite=unit --coverage-html=build/artifacts/coverage $(TEST)

coverage-show:
Expand Down

0 comments on commit 578e2ad

Please sign in to comment.