From adc14fd4bd16e4ad750b2aa5c9c1190176882710 Mon Sep 17 00:00:00 2001 From: jamie-bitflight Date: Mon, 20 Nov 2023 13:18:01 -0500 Subject: [PATCH] ci(lint): debug coverage --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7509a4..9ee314e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,8 +58,8 @@ jobs: continue-on-error: true uses: davelosert/vitest-coverage-report-action@v2 with: - json-summary-path: './coverage/coverage-summary.json' - json-final-path: ./coverage/coverage-final.json + json-summary-path: './out/coverage-summary.json' + json-final-path: ./out/coverage-final.json - run: npm run build - run: npm run generate-docs call-workflow-passing-data: