From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 17 Jun 2023 02:41:53 +0000 (-0700) Subject: Upload frontend coverage to codecov X-Git-Tag: v1.16.2~1^2~5^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3597%2Fhead;p=thirdparty%2Fpaperless-ngx.git Upload frontend coverage to codecov --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe06fe25ef..efc10c0c38 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