Fix vitest junit coverage runs

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-09-21 10:33:50 +02:00
parent c35a066368
commit 280b255529
3 changed files with 4 additions and 21 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=./js/junit.xml
- yarn --cwd "js" run coverage --reporter=default --reporter=junit --outputFile.junit=./js/junit.xml
artifacts:
when: always
paths: