From 347de8b39ca4da5a03cd622ef073698b8cf5f8cc Mon Sep 17 00:00:00 2001 From: Yusuf Erdem <81750669+yusuf-erdem@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:53:25 +0300 Subject: [PATCH] chore: foresight coverage configuration (#11105) * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 066bfafcb8..d082ac3488 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