1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

fix: only specify base-cov-file for jest action (poc)

This commit is contained in:
Ivar Conradi Østhus 2022-05-20 11:20:09 +02:00
parent d6f0d83a97
commit 34c4f5bd84
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

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