From 5a6d279c95c75a1add9d9e99b9f3a76eef8e1e99 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Fri, 22 Mar 2024 12:43:50 -0500 Subject: [PATCH] fix: path to coverage report the `mkdocs.yml` GitHub workflow publishes it at `docs/tests/coverage` --- docs/tests/automated-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tests/automated-tests.md b/docs/tests/automated-tests.md index 1b4e6e894..9ca9f1d28 100644 --- a/docs/tests/automated-tests.md +++ b/docs/tests/automated-tests.md @@ -77,4 +77,4 @@ The report files include a local `.gitignore` file, so the entire directory is h ### Latest coverage report -We also make the latest (from `dev`) coverage report available online here: [Coverage report](./coverage) +We also make the latest (from `dev`) coverage report available online here: [Coverage report](../coverage)