From 95dc1955261abee77be21a064d4bd41c40c6ee01 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau <302891+christophehurpeau@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:46:20 +0200 Subject: [PATCH] ci: use json to report to codecov --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b238c88..0f1d6b2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ jobs: run: yarn install --immutable - name: Generate Coverage - run: NODE_V8_COVERAGE=./docs/coverage yarn test:coverage:lcov + run: NODE_V8_COVERAGE=./docs/coverage yarn test:coverage:json - name: Create nojekyll run: touch docs/.nojekyll