You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
240 B
5 lines
240 B
9 years ago
|
#!/usr/bin/env sh
|
||
|
|
||
|
php vendor/bin/test-reporter --stdout > codeclimate.json
|
||
|
curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports
|