From 34c4f5bd84f64f129c7655c88ddd802c08aa9f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 20 May 2022 11:20:09 +0200 Subject: [PATCH] fix: only specify base-cov-file for jest action (poc) --- .github/workflows/build_prs_jest_report.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_prs_jest_report.yaml b/.github/workflows/build_prs_jest_report.yaml index 9f9835aabd..0464bb2b9f 100644 --- a/.github/workflows/build_prs_jest_report.yaml +++ b/.github/workflows/build_prs_jest_report.yaml @@ -41,7 +41,6 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} test-script: yarn run test:coverage:jest base-coverage-file: ./coverage/report.json - coverage-file: ./report.json env: CI: true TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres