From ca3afc48ea6ea83a6e90817639a8624507cf69de Mon Sep 17 00:00:00 2001 From: Justin Ling Date: Sat, 5 Sep 2026 22:39:51 +0800 Subject: [PATCH] Reduce core coverage artifact size and retention --- .github/workflows/test-lanes.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-lanes.yml b/.github/workflows/test-lanes.yml index 69c6648..a2785b3 100644 --- a/.github/workflows/test-lanes.yml +++ b/.github/workflows/test-lanes.yml @@ -56,7 +56,11 @@ jobs: uses: actions/upload-artifact@v6 with: name: core-coverage - path: coverage + path: | + coverage/lcov-report/ + coverage/lcov.info + coverage/coverage-summary.json + retention-days: 7 if-no-files-found: error browser: