From 65265ed116a1477e39348232da4047c4bf24f597 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Mon, 3 Apr 2023 16:28:19 +0300 Subject: [PATCH] docs: add a note about base-path --- UPGRADE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index 1f2f174a..cc5c8701 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -11,3 +11,5 @@ - You can skip `file` option and coveralls will try to find all supported coverage files and combine their data. - If coveralls fails to determine your coverage report format, use explicit `format` option to specify it. See [supported values](https://github.com/coverallsapp/coverage-reporter#supported-coverage-report-formats). + +- If you see a message `Nothing to report` it might be a path resolution issue. Check filenames in the coverage report and use `base-path` option to adjust paths to the source files.