Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion topics/code-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If your codebase files are contained in the `<project-root>/src/` directory, the
directory. You can copy the coverage report file by using the [`boostrap`](before-running-qodana.md) key, for example:

```yaml
boostrap: copy path/to/coverage/file <project-root>/.qodana/code-coverage
bootstrap: copy path/to/coverage/file <project-root>/.qodana/code-coverage
```

To learn how to override the `<project-root>/.qodana/code-coverage` directory, see the recommendation from the [](#run-code-coverage) chapter.
Expand Down