From 8bc70cc6add685e7330d59209afc59013b4927ec Mon Sep 17 00:00:00 2001 From: brichbash <74328414+brichbash@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:46:54 +0100 Subject: [PATCH] Fix coverage data path in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b826f5..2d80022 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.