Skip to content

Commit 49d1bd8

Browse files
Added clarification tip to cURL workaround.
1 parent 527f794 commit 49d1bd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ after_script:
110110
- "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"
111111
```
112112
113+
Note: In the command above, you may need to change `bin/test-reporter` to `vendor/bin/test-reporter`, depending on your project's directory structure.
114+
113115
More details can be found in [this issue][issue].
114116

115117
[issue]: https://github.com/codeclimate/php-test-reporter/issues/3

0 commit comments

Comments
 (0)