Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
schleuder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Michał "rysiek" Woźniak
schleuder
Commits
d1c81d74
Verified
Commit
d1c81d74
authored
7 years ago
by
georg
Browse files
Options
Downloads
Patches
Plain Diff
CI: Provide code coverage report as HTML to make it easier to use
parent
d81e0996
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
spec/spec_helper.rb
+0
-3
0 additions, 3 deletions
spec/spec_helper.rb
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
0
View file @
d1c81d74
...
...
@@ -37,6 +37,11 @@ cache:
-
rm /dev/random && ln -s /dev/urandom /dev/random
-
SCHLEUDER_ENV=test SCHLEUDER_CONFIG=spec/schleuder.yml eatmydata bundle exec rake db:init
-
eatmydata bundle exec rspec
artifacts
:
paths
:
-
coverage
expire_in
:
4 weeks
when
:
always
codespell
:
image
:
debian:unstable
...
...
This diff is collapsed.
Click to expand it.
spec/spec_helper.rb
+
0
−
3
View file @
d1c81d74
...
...
@@ -9,9 +9,6 @@ end
# Check env if we want to run code coverage analysis
if
ENV
[
'CHECK_CODE_COVERAGE'
]
!=
'false'
require
'simplecov'
require
'simplecov-console'
SimpleCov
::
Formatter
::
Console
.
table_options
=
{
max_width:
400
}
SimpleCov
.
formatter
=
SimpleCov
::
Formatter
::
Console
SimpleCov
.
start
do
add_filter
%r{^/vendor/}
end
...
...
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