From 69088999bf432a0fc3f230acf89962b70d78c70d Mon Sep 17 00:00:00 2001 From: nerdyman Date: Sat, 16 Sep 2023 18:41:30 +0100 Subject: [PATCH] ci: upload both sets of coverage to code climate --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14d0782..2a14dfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: with: debug: true coverageLocations: | + ${{github.workspace}}/coverage/ssr-tests/*.info:lcov ${{github.workspace}}/coverage/storybook/*.info:lcov - uses: preactjs/compressed-size-action@v2