chore: fix foresight coverage path

This commit is contained in:
DIYgod 2022-10-10 20:37:36 +01:00
parent 891cd8f5c5
commit 63e141ab05
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
test_format: JUNIT
test_framework: JEST
coverage_format: JACOCO/XML
test_path: ./coverage/junit.xml
coverage_path: ./coverage/junit.xml
puppeteer:
runs-on: ubuntu-latest