diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 066bfafcb..d082ac348 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,9 @@ jobs: test_format: JUNIT test_framework: JEST test_path: ./coverage/junit.xml + coverage_format: LCOV/TXT + coverage_path: ./coverage/lcov.info + puppeteer: runs-on: ubuntu-latest