Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
606c3f3c21c3
Commit
9ab675c3
authored
Jun 13, 2017
by
Dmitriy Zaporozhets
Browse files
Exclude more path from codeclimate job
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
579c75f20f2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.codeclimate.yml
View file @
606c3f3c
...
...
@@ -38,3 +38,10 @@ exclude_paths:
-
.yarn-cache/
-
tmp/
-
builds/
-
coverage/
-
public/
-
shared/
-
webpack-report/
-
log/
-
backups/
-
coverage-javascript/
.gitlab-ci.yml
View file @
606c3f3c
...
...
@@ -456,6 +456,21 @@ karma:
paths
:
-
coverage-javascript/
codeclimate
:
before_script
:
[]
image
:
docker:latest
stage
:
test
variables
:
SETUP_DB
:
"
false"
DOCKER_DRIVER
:
overlay
services
:
-
docker:dind
script
:
-
docker pull codeclimate/codeclimate
-
docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json
artifacts
:
paths
:
[
codeclimate.json
]
coverage
:
stage
:
post-test
services
:
[]
...
...
@@ -527,18 +542,3 @@ cache gems:
only
:
-
master@gitlab-org/gitlab-ce
-
master@gitlab-org/gitlab-ee
codeclimate
:
before_script
:
[]
image
:
docker:latest
stage
:
post-test
variables
:
SETUP_DB
:
"
false"
DOCKER_DRIVER
:
overlay
services
:
-
docker:dind
script
:
-
docker pull codeclimate/codeclimate
-
docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json
artifacts
:
paths
:
[
codeclimate.json
]
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