Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
f0f77252
Commit
f0f77252
authored
8 years ago
by
Grzegorz Bizon
Browse files
Options
Download
Email Patches
Plain Diff
Deploy ruby test coverage report to gitlab pages
parent
133df7ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
14 deletions
+29
-14
.gitlab-ci.yml
.gitlab-ci.yml
+29
-14
No files found.
.gitlab-ci.yml
View file @
f0f77252
...
...
@@ -63,20 +63,6 @@ update-knapsack:
only
:
-
master
update-coverage
:
stage
:
post-test
services
:
[]
variables
:
USE_DB
:
"
false"
USE_BUNDLE_INSTALL
:
"
true"
script
:
-
bundle exec scripts/merge-simplecov
artifacts
:
expire_in
:
31d
paths
:
-
coverage/index.html
-
coverage/assets/
# Execute all testing suites
.use-db
:
&use-db
...
...
@@ -246,6 +232,21 @@ bundler:audit:
script
:
-
"
bundle
exec
bundle-audit
check
--update
--ignore
OSVDB-115941"
coverage
:
stage
:
post-test
services
:
[]
variables
:
USE_DB
:
"
false"
USE_BUNDLE_INSTALL
:
"
true"
script
:
-
bundle exec scripts/merge-simplecov
artifacts
:
expire_in
:
31d
paths
:
-
coverage/index.html
-
coverage/assets/
# Notify slack in the end
notify:slack:
...
...
@@ -258,3 +259,17 @@ notify:slack:
-
tags@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
-
tags@gitlab-org/gitlab-ee
pages
:
before_script
:
[]
services
:
[]
variables
:
{}
stage
:
pages
dependencies
:
-
coverage
script
:
-
mkdir -p public/coverage-ruby
-
mv coverage public/coverage-ruby
artifacts
:
paths
:
-
public
This diff is collapsed.
Click to expand it.
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