From 4b7949acbcedb08f04b1123347acdf1e876c2128 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Wed, 6 Sep 2023 13:25:29 +0200 Subject: [PATCH] chore(ci): print uncovered files (#24271) --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe0c12d078..a913e289a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -398,6 +398,9 @@ jobs: - name: Merge coverage reports run: pnpm nyc merge ./coverage/json ./coverage/nyc/coverage.json + - name: Report coverage + run: pnpm nyc report -t ./coverage/nyc --skip-full -r text -r text-summary + - name: Check coverage threshold run: | pnpm nyc check-coverage -t ./coverage/nyc \ -- GitLab