From ca786bcab96a0df820cdd9c2a6ce337681a34aff Mon Sep 17 00:00:00 2001 From: Joshua Hale Date: Mon, 30 Mar 2026 11:39:39 +0100 Subject: [PATCH] Note temporary repo location in README Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4f1a63..2f63254 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Upload Code Coverage Action +> **Note:** This repo (`code-quality-org/upload-code-coverage-action`) is a temporary home while the action is being developed. It will move to `github/upload-code-coverage-action` once it's ready for general use. + Upload a Cobertura XML coverage report to GitHub's code coverage API. ## Usage