All Versions
11
Latest Version
Avg Release Cycle
194 days
Latest Release
1549 days ago

Changelog History
Page 1

  • v1.4.0 Changes

    January 01, 2020

    ๐Ÿ”– Version 1.4.0

    01 Jan 2020

    • โšก๏ธ Updated lcov to 1.14
    • โšก๏ธ Updated lcov_cobertura.py to 2.0.3
  • v1.3.2 Changes

    February 02, 2019

    ๐Ÿ”– Version 1.3.2

    01 Feb 2019

    • ๐Ÿ›  Fixed for projects using Xcode "New Build System"
  • v1.3.1 Changes

    September 25, 2017

    ๐Ÿ”– Version 1.3.1

    24 Sep 2017

    • Updated lcov to 1.13 for Xcode 8/9 compatibility. Thanks to: senmiao
  • v1.3.0 Changes

    March 01, 2016

    ๐Ÿ”– Version 1.3.0

    29 Feb 2016

    • Updated lcov to 1.12 for Xcode 7 compatibility. Thanks to: Nico Elayda
    • Instead of editing getcov directly to exclude certain files from coverage, specify them in an .xcodecoverageignore file in SRCROOT. Thanks to: Ellen Shapiro
    • Add ability to generate Clover XML reports for Bamboo CI. Call getcov with --xmlclover or -xc. Thanks to: Kamil Pyฤ‡
  • v1.2.2 Changes

    March 22, 2015

    ๐Ÿ”– Version 1.2.2

    22 Mar 2015

    • Add getcov command line parameters, making it easier to use XcodeCoverage in continuous integration. Thanks to: Tom Aylesworth
    • Add Cobertura XML generation. Thanks to: Ellen Shapiro
    • Support use as CocoaPod. Thanks to: Ellen Shapiro
    • Update to lcov 1.11. Thanks to: Ellen Shapiro
    • โž• Add XcodeCoverage.xcconfig for simple project setup.
  • v1.2.1

    March 22, 2015
  • v1.2.0

    March 22, 2015
  • v1.1.1 Changes

    March 22, 2015

    13 Nov 2014

    • Exclude "Developer/SDKs" instead of "Applications/Xcode.app" so that people can use multiple versions of Xcode. Thanks to: Ceฬdric Luthi
    • Quote arguments to support built products directory containing spaces. Thanks to: Ceฬdric Luthi
    • ๐Ÿ›  Fix functionality optional post-test dialog in other locales by forcing buttons to be in English.
  • v1.1.0 Changes

    March 22, 2015

    30 Mar 2014

    • Support Xcode 5.1. Thanks to: Mike Maietta
    • Add optional post-test script run_code_coverage_post.sh to prompt whether to generate coverage report. Thanks to: Matthew Purland
    • Improve function coverage by specifying --derive-func-data. Thanks to: jstevenco
    • Directly include copy of lcov 1.10.
  • v1.0.1 Changes

    March 21, 2015

    09 Mar 2014

    • Fix: Use CURRENT_ARCH instead of NATIVE_ARCH. Thanks to: Scott Densmore
    • ๐Ÿ‘Œ Improve scripts so they can be run from any working directory.
    • Export OBJROOT so that customizations can include subprojects.