Skip to content

Commit e3eb774

Browse files
committed
Simplify explanation of .xcodecoverageignore in changelog
1 parent c7342f6 commit e3eb774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
IN PROGRESS
22
-----------
33

4-
* Look for an `.xcodecoverageignore` file in `SRCROOT` instead of needing to manually update the `getcov` script to specify which files to ignore - a specification which would get overwritten if you were using CocoaPods and ran `pod update`. _Thanks to: Ellen Shapiro_
4+
* Instead of editing `getcov` directly to exclude certain files from coverage, specify them in an `.xcodecoverageignore` file in `SRCROOT`. _Thanks to: Ellen Shapiro_
55
* Add ability to generate Clover XML reports for Bamboo CI. Call getcov with `--xmlclover` or `-xc`. _Thanks to: Kamil Pyć_
66

77

0 commit comments

Comments
 (0)