Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
A
Api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Public iOS projects
Api
Commits
617ec6c5
Commit
617ec6c5
authored
Aug 29, 2016
by
Mauro Bender
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add code coverage information
parent
c1829f89
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
2 deletions
+31
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
Example/Api.xcodeproj/xcshareddata/xcschemes/Api-Example.xcscheme
...Api.xcodeproj/xcshareddata/xcschemes/Api-Example.xcscheme
+16
-1
Example/Gemfile
Example/Gemfile
+1
-0
Example/Gemfile.lock
Example/Gemfile.lock
+12
-0
No files found.
.gitlab-ci.yml
View file @
617ec6c5
...
...
@@ -7,7 +7,8 @@ build_code:
-
cd Example/
-
bundle install
-
bundle exec pod install
-
bundle exec scan --scheme Api-Example
-
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
tags
:
-
ios
artifacts
:
...
...
Example/Api.xcodeproj/xcshareddata/xcschemes/Api-Example.xcscheme
View file @
617ec6c5
...
...
@@ -34,13 +34,28 @@
ReferencedContainer =
"container:Api.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"FEA2BAA9368CEF9B0243D288F81759E9"
BuildableName =
"Api.framework"
BlueprintName =
"Api"
ReferencedContainer =
"container:Pods/Pods.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
>
shouldUseLaunchSchemeArgsEnv =
"YES"
codeCoverageEnabled =
"YES"
>
<Testables>
<TestableReference
skipped =
"NO"
>
...
...
Example/Gemfile
View file @
617ec6c5
...
...
@@ -4,3 +4,4 @@ source "https://rubygems.org"
gem
'cocoapods'
,
git:
'https://github.com/CocoaPods/CocoaPods.git'
gem
'fastlane'
gem
'slather'
Example/Gemfile.lock
View file @
617ec6c5
...
...
@@ -36,6 +36,7 @@ GEM
fastlane_core (>= 0.29.1, < 1.0.0)
spaceship (>= 0.22.0, < 1.0.0)
claide (1.0.0)
clamp (0.6.5)
cocoapods-core (1.1.0.beta.1)
activesupport (>= 4.0.2)
fuzzy_match (~> 2.0.4)
...
...
@@ -189,6 +190,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_magick (4.5.1)
mini_portile2 (2.1.0)
minitest (5.9.0)
molinillo (0.5.0)
multi_json (1.12.1)
...
...
@@ -199,6 +201,9 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
netrc (0.7.8)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
os (0.9.6)
pem (1.3.2)
fastlane_core (>= 0.43.1, < 1.0.0)
...
...
@@ -208,6 +213,7 @@ GEM
fastlane_core (>= 0.46.2, < 1.0.0)
spaceship (>= 0.29.0, < 1.0.0)
terminal-table (~> 1.4.5)
pkg-config (1.1.7)
plist (3.1.0)
produce (1.2.0)
fastlane_core (>= 0.30.0, < 1.0.0)
...
...
@@ -236,6 +242,11 @@ GEM
jwt (~> 1.5)
multi_json (~> 1.10)
slack-notifier (1.5.1)
slather (2.3.0)
activesupport (>= 4.0.2, < 5)
clamp (~> 0.6)
nokogiri (~> 1.6.3)
xcodeproj (>= 0.20, < 2.0.0)
snapshot (1.14.0)
fastimage (~> 1.6.3)
fastlane_core (>= 0.50.3, < 1.0.0)
...
...
@@ -283,6 +294,7 @@ PLATFORMS
DEPENDENCIES
cocoapods!
fastlane
slather
BUNDLED WITH
1.12.5
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