Skip to content

Commit

Permalink
Remove swizzle from coverage reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed Feb 10, 2013
1 parent 0e086e0 commit b342291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
#!/bin/sh
geninfo "${temp.dir}/coverage-data/"*.gcda --no-recursion -o "${temp.dir}/coverage-temp.info"
#Remove symbols we're not interested in.
lcov -r "${temp.dir}/coverage-temp.info" _string.h NSRange.h once.h TyphoonRXMLElement.m TyphoonRXMLElement.h > "${temp.dir}/coverage.info"
lcov -r "${temp.dir}/coverage-temp.info" _string.h NSRange.h once.h TyphoonRXMLElement.m TyphoonRXMLElement.h TyphoonJRSwizzle.m > "${temp.dir}/coverage.info"
</echo>
<chmod perm="+x" file="${temp.dir}/geninfo.sh"/>
<exec executable="${temp.dir}/geninfo.sh" failonerror="true" failifexecutionfails="true">
Expand Down

0 comments on commit b342291

Please sign in to comment.