ci: Do proper test result reporting in CI
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2458>
This commit is contained in:
parent
95ead5bc58
commit
0eaede92e5
2 changed files with 6 additions and 1 deletions
|
|
@ -70,6 +70,8 @@ export default defineConfig(({ mode }) => ({
|
|||
test: {
|
||||
environment: 'jsdom',
|
||||
globals: true,
|
||||
reporters: ['default', 'junit'],
|
||||
outputFile: "./test_results.xml",
|
||||
coverage: {
|
||||
src: './src',
|
||||
all: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue