Skip to content

Releases: jonreid/XcodeCoverage

v1.4.0

01 Jan 20:33
e90a796
Compare
Choose a tag to compare

Version 1.4.0

01 Jan 2020

  • Updated lcov to 1.14
  • Updated lcov_cobertura.py to 2.0.3

v1.3.2

02 Feb 00:23
Compare
Choose a tag to compare

Version 1.3.2

01 Feb 2019

  • Fixed for projects using Xcode "New Build System"

v1.3.1

25 Sep 05:46
Compare
Choose a tag to compare

Version 1.3.1

24 Sep 2017

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

v1.3.0

01 Mar 03:26
Compare
Choose a tag to compare

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

22 Mar 16:00
Compare
Choose a tag to compare

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.