From bf7a3aee587e10cb689412cc6cd0248d76169d63 Mon Sep 17 00:00:00 2001 From: alde Date: Mon, 19 Apr 2021 15:54:26 -0400 Subject: [PATCH] may not be necessary to set source-location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/code-coverage-backend/README.md | 2 +- plugins/code-coverage/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/code-coverage-backend/README.md b/plugins/code-coverage-backend/README.md index 3229dc940f..157b5e8ddb 100644 --- a/plugins/code-coverage-backend/README.md +++ b/plugins/code-coverage-backend/README.md @@ -16,7 +16,7 @@ There's a feature to only include files that are in VCS in the coverage report, backstage.io/code-coverage: scm-only ``` -Note: This requires the [`backstage.io/source-location` annotation](https://backstage.io/docs/features/software-catalog/well-known-annotations#backstageiosource-location) to be set. +Note: It may be required to set the [`backstage.io/source-location` annotation](https://backstage.io/docs/features/software-catalog/well-known-annotations#backstageiosource-location), however this should generally not be needed. ## API diff --git a/plugins/code-coverage/README.md b/plugins/code-coverage/README.md index b93ad7a091..c271b9ff36 100644 --- a/plugins/code-coverage/README.md +++ b/plugins/code-coverage/README.md @@ -16,4 +16,4 @@ There's a feature to only include files that are in VCS in the coverage report, backstage.io/code-coverage: scm-only ``` -Note: This requires the [`backstage.io/source-location` annotation](https://backstage.io/docs/features/software-catalog/well-known-annotations#backstageiosource-location) to be set. +Note: It may be required to set the [`backstage.io/source-location` annotation](https://backstage.io/docs/features/software-catalog/well-known-annotations#backstageiosource-location), however this should generally not be needed.