Skip to content

Commit 6d1f274

Browse files
committed
Clarify readme that Swift coverage is not supported
1 parent 44cfd38 commit 6d1f274

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
[![CocoaPods Version](https://cocoapod-badges.herokuapp.com/v/XcodeCoverage/badge.png)](http://cocoapods.org/pods/XcodeCoverage)
44

5-
XcodeCoverage provides a simple way to generate reports of the code coverage of your Xcode project. Generated reports include HTML and Cobertura XML.
5+
XcodeCoverage provides a simple way to generate reports of the Objective-C code coverage of your Xcode project. Generated reports include HTML and Cobertura XML.
66

77
Coverage data excludes Apple's SDKs, and the exclusion rules can be customized.
88

9+
Sadly, Swift coverage is not supported.
10+
911

1012
Installation: Standard
1113
======================

0 commit comments

Comments
 (0)