Fix path to junit.xml coverage report

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-09-21 10:17:27 +02:00
parent 88b4f98c41
commit c35a066368
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ vitest:
before_script:
- yarn --cwd "js" install --frozen-lockfile
script:
- yarn --cwd "js" run coverage --reporter=junit --outputFile.junit=./junit.xml
- yarn --cwd "js" run coverage --reporter=junit --outputFile.junit=./js/junit.xml
artifacts:
when: always
paths: