File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8484 run : pnpm install
8585
8686 - name : 🧪 Unit tests
87- run : pnpm test:unit run --coverage --reporter=junit --outputFile=test-report.junit.xml
87+ run : pnpm test:unit run --coverage --reporter=default --reporter= junit --outputFile=test-report.junit.xml
8888
8989 - name : ⬆︎ Upload test results to Codecov
9090 if : ${{ !cancelled() }}
@@ -115,7 +115,7 @@ jobs:
115115 run : pnpm playwright install chromium-headless-shell
116116
117117 - name : 🧪 Component tests
118- run : pnpm test:nuxt run --coverage --reporter=junit --outputFile=test-report.junit.xml
118+ run : pnpm test:nuxt run --coverage --reporter=default --reporter= junit --outputFile=test-report.junit.xml
119119
120120 - name : ⬆︎ Upload coverage reports to Codecov
121121 uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
You can’t perform that action at this time.
0 commit comments