We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d16c4 commit 5e63527Copy full SHA for 5e63527
.gitignore
@@ -95,4 +95,6 @@ Pods/
95
96
Release
97
Podfile.lock
98
+coverage-report/
99
+DerivedData/
100
.slather.yml
@@ -0,0 +1,9 @@
1
+coverage_service: cobertura_xml
2
+xcodeproj: Example/Leanplum-SDK.xcodeproj
3
+workspace: Example/Leanplum-SDK.xcworkspace
4
+scheme: Leanplum-SDK-Example
5
+source_directory: Leanplum-SDK/
6
+output_directory: coverage-report
7
+binary_file: /DerivedData/Build/Products/Debug-iphonesimulator/Leanplum-SDK_Example.app/PlugIns/Leanplum-SDK_Tests.xctest/Frameworks/Leanplum.framework/Leanplum
8
+ignore:
9
+ - Leanplum-SDK/Classes/Vendor/**
0 commit comments