We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b183158 commit 8091fc6Copy full SHA for 8091fc6
README.md
@@ -239,11 +239,11 @@ variables:
239
```
240
- **`RSPEC_TRACER_COVERAGE_DIR`** to update the default coverage directory (`rspec_tracer_coverage`).
241
```sh
242
- export RSPEC_TRACER_CACHE_DIR=/tmp/rspec_tracer_coverage
+ export RSPEC_TRACER_COVERAGE_DIR=/tmp/rspec_tracer_coverage
243
244
- **`RSPEC_TRACER_REPORT_DIR`** to update the default html reports directory (`rspec_tracer_report`).
245
246
- export RSPEC_TRACER_CACHE_DIR=/tmp/rspec_tracer_report
+ export RSPEC_TRACER_REPORT_DIR=/tmp/rspec_tracer_report
247
248
249
These settings are available through environment variables because the rake tasks
0 commit comments