From f71fe9356f71ad893bd1185d8e84c431f47af76e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:59:26 -0700 Subject: [PATCH] Include js coverage output in artifact to check it --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62f0d0b0f..edb6a5641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -396,6 +396,7 @@ jobs: path: | merged-backend-coverage.xml .nyc_output/* + coverage/lcov.info retention-days: 7 if-no-files-found: error include-hidden-files: true