We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0164df commit 2dd8395Copy full SHA for 2dd8395
README.md
@@ -73,7 +73,7 @@ the data via `curl`:
73
```yaml
74
after_script:
75
- CODECLIMATE_REPO_TOKEN="..." bin/test-reporter --stdout > codeclimate.json
76
- - 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
+ - "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"
77
```
78
79
More details can be found in [this issue][issue].
0 commit comments