Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Public iOS projects
Api
Commits
f994be68
Commit
f994be68
authored
Sep 05, 2016
by
Mauro Bender
Browse files
Add code quality report
parent
8adc6096
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f994be68
...
@@ -6,10 +6,12 @@ build_code:
...
@@ -6,10 +6,12 @@ build_code:
script
:
script
:
-
cd Example/
-
cd Example/
-
bundle install
-
bundle install
-
bundle exec pod install
-
bundle exec pod install
-
bundle exec scan --scheme Api-Example --code_coverage --derived_data_path build
-
bundle exec scan --scheme Api-Example --code_coverage --derived_data_path build
-
bundle exec slather coverage -s --scheme Api-Example --workspace Api.xcworkspace --build-directory build --binary-basename Api Api.xcodeproj
-
bundle exec slather coverage -s --scheme Api-Example --workspace Api.xcworkspace --build-directory build --binary-basename Api Api.xcodeproj
-
bundle exec slather coverage --html --output-directory test_output/coverage --scheme Api-Example --workspace Api.xcworkspace --build-directory build --binary-basename Api Api.xcodeproj
-
bundle exec slather coverage --html --output-directory test_output/coverage --scheme Api-Example --workspace Api.xcworkspace --build-directory build --binary-basename Api Api.xcodeproj
-
cd ..
-
lizard -X Api/ | lizardf.rb > Example/test_output/complexity.html
tags
:
tags
:
-
ios
-
ios
artifacts
:
artifacts
:
...
...
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