From 8c255900c47b7514b4e251bb6a460ae3bfb0ff83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Jastrze=CC=A8bski?= Date: Thu, 7 Dec 2023 15:54:06 +0100 Subject: [PATCH] chore: setup codecov --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b7096b..7735be9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,11 @@ jobs: - name: Run unit tests run: yarn test --maxWorkers=2 --coverage + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + build-library: runs-on: ubuntu-latest steps: @@ -46,3 +51,4 @@ jobs: - name: Build package run: yarn prepare +