Skip to content

Commit

Permalink
Fix coverage data path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
brichbash committed Mar 14, 2024
1 parent 297f1a5 commit 8bc70cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains configuration examples for various coverage tools, spec

## Coverage Data

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.
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.

## Usage

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

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.

For Gradle projects intending to use the `ic` format, additional actions are required to copy the resulting files to the `.qodana/coverage-data` folder.
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 comments on commit 8bc70cc

Please sign in to comment.