Upload frontend coverage to codecov

This commit is contained in:
shamoon 2023-06-16 19:41:53 -07:00
parent 981b090088
commit 77d9a7e9d3

View File

@ -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