From 0a8f384e21199ee90312ef69bd14bd132bdd5ce8 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 14 Sep 2021 00:07:14 +0200 Subject: [PATCH] fix coverage artifact --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17aebc4..a97d574 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,11 @@ jobs: env: NEXT_PUBLIC_TYPEKIT_ID: ${{ secrets.NEXT_PUBLIC_TYPEKIT_ID }} + - uses: actions/upload-artifact@v2 + with: + name: coverage-${{ runner.os }} + path: coverage/ + coverage: runs-on: ubuntu-latest needs: [test] @@ -38,7 +43,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: - name: coverage + name: coverage-Linux - uses: paambaati/codeclimate-action@v2.7.5 env: