From fb4b584c2716c9cea63920beb7cdbc2b904f2a2f Mon Sep 17 00:00:00 2001 From: "G. Kami Ekbatanifard" <46442452+Nick-1979@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:45:20 +0330 Subject: [PATCH] Update build-lint-test.yml --- .github/workflows/build-lint-test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 406a68e..854a454 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -59,6 +59,18 @@ jobs: run: yarn install-chrome - name: Run e2e tests run: yarn workspace snap run test + + upload-coverage: + name: Upload coverage to Codecov + runs-on: ubuntu-latest + needs: + - build-lint-test + steps: + - uses: actions/checkout@v3 + - name: Download coverage artifact + uses: actions/download-artifact@v3 + with: + name: coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: