We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527f794 commit 49d1bd8Copy full SHA for 49d1bd8
README.md
@@ -110,6 +110,8 @@ after_script:
110
- "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"
111
```
112
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
+
115
More details can be found in [this issue][issue].
116
117
[issue]: https://github.com/codeclimate/php-test-reporter/issues/3
0 commit comments