Skip to content

Commit 5e63527

Browse files
authored
feat(tests): adding code coverage reports (#86)
1 parent 84d16c4 commit 5e63527

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,6 @@ Pods/
9595

9696
Release
9797
Podfile.lock
98+
coverage-report/
99+
DerivedData/
98100

.slather.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)