From 0e2ce0ae42a77db6525112926f69da3507d84e04 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Fri, 31 Dec 2021 13:11:38 +0100 Subject: [PATCH] chore: Upload to codecov --- .github/workflows/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3acb8a8..db9ba6d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,6 +43,13 @@ jobs: run: yarn playground:install --frozen-lockfile --unsafe-perm - name: Run test run: yarn run -s test:integration + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v2 + with: + token: ${{ secrets.CODECOV }} + flags: unit + verbose: true + fail_ci_if_error: true # unit: # name: 'unit' # needs: [lint]