From 77d9a7e9d31fe60063015aa291668900555212ec Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 16 Jun 2023 19:41:53 -0700 Subject: [PATCH] Upload frontend coverage to codecov --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe06fe25e..efc10c0c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,6 +211,15 @@ jobs: with: name: jest-coverage-report path: src-ui/coverage + - + name: Upload frontend coverage to Codecov + if: always() + uses: codecov/codecov-action@v3 + with: + # not required for public repos, but intermittently fails otherwise + token: ${{ secrets.CODECOV_TOKEN }} + # future expansion + flags: frontend - name: Run Playwright e2e tests run: cd src-ui && npx playwright test