Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4dce320d
Commit
4dce320d
authored
May 22, 2020
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `coverage-frontend` to pages job
parent
8c527001
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.gitlab/ci/pages.gitlab-ci.yml
.gitlab/ci/pages.gitlab-ci.yml
+6
-1
No files found.
.gitlab/ci/pages.gitlab-ci.yml
View file @
4dce320d
...
...
@@ -3,11 +3,16 @@ pages:
-
.default-retry
-
.pages:rules
stage
:
pages
dependencies
:
[
"
rspec:coverage"
,
"
karma"
,
"
gitlab:assets:compile
pull-cache"
]
dependencies
:
-
rspec:coverage
-
coverage-frontend
-
karma
-
gitlab:assets:compile pull-cache
script
:
-
mv public/ .public/
-
mkdir public/
-
mv coverage/ public/coverage-ruby/ ||
true
-
mv coverage-frontend/ public/coverage-frontend/ ||
true
-
mv coverage-javascript/ public/coverage-javascript/ ||
true
-
mv webpack-report/ public/webpack-report/ ||
true
-
cp .public/assets/application-*.css public/application.css ||
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment