1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: specify coverage files to use for jest pr action (poc)

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

View File

@ -40,6 +40,8 @@ jobs:
package-manager: yarn
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