Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
ui
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ui
Commits
e684cb45
Verified
Commit
e684cb45
authored
2 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
Configure coverage and test result reports
parent
3eb510f6
No related branches found
No related tags found
No related merge requests found
Pipeline
#23521
failed
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
vite.config.ts
+6
-1
6 additions, 1 deletion
vite.config.ts
with
10 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
0
View file @
e684cb45
...
...
@@ -21,3 +21,7 @@ pages:
test
:
script
:
yarn test
artifacts
:
reports
:
junit
:
junit.xml
cobertura
:
coverage/cobertura-coverage.xml
This diff is collapsed.
Click to expand it.
vite.config.ts
+
6
−
1
View file @
e684cb45
...
...
@@ -6,6 +6,11 @@ export default defineConfig({
plugins
:
[
vue
()],
test
:
{
global
:
true
,
environment
:
'
happy-dom
'
environment
:
'
happy-dom
'
,
reporters
:
'
junit
'
,
outputFile
:
'
junit.xml
'
,
coverage
:
{
reporter
:
'
cobertura
'
}
}
})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment