Skip to content

Commit 8bc70cc

Browse files
committed
Fix coverage data path in README
1 parent 297f1a5 commit 8bc70cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository contains configuration examples for various coverage tools, spec
88

99
## Coverage Data
1010

11-
Coverage data is collected and stored in the `.qodana/coverage-data` folder. Qodana Coverage Support will automatically recognize this directory and calculate the coverage data accordingly.
11+
Coverage data is collected and stored in the `.qodana/code-coverage` folder. Qodana Coverage Support will automatically recognize this directory and calculate the coverage data accordingly.
1212

1313
## Usage
1414

@@ -18,4 +18,4 @@ Please note that this repository should be used as a reference only. Feel free t
1818

1919
It's important to note that JaCoCo support is limited: although the percentage of coverage would be computed and displayed, it won't be uploaded/downloaded to the cloud. For a more comprehensive solution, particularly for Java and Kotlin, consider using IntelliJ Coverage Agent with the `ic` output format instead.
2020

21-
For Gradle projects intending to use the `ic` format, additional actions are required to copy the resulting files to the `.qodana/coverage-data` folder.
21+
For Gradle projects intending to use the `ic` format, additional actions are required to copy the resulting files to the `.qodana/code-coverage` folder.

0 commit comments

Comments
 (0)