Giter VIP home page Giter VIP logo

xcodecoverage's Introduction

These scripts provide a simple way to generate HTML reports of the code coverage of your Xcode 4.5 project. For a detailed blog post, see http://qualitycoding.org/xcode-code-coverage/

Installation

  1. Fork this repository; you're probably going to want to make your own modifications.
  2. Place the XcodeCoverage folder in the same folder as your Xcode project.
  3. Dowload lcov-1.10. Place the lcov-1.10 folder inside the XcodeCoverage folder.
  4. Get Xcode's coverage instrumentation by going to Xcode Preferences, into Downloads, and installing Command Line Tools.
  5. In your Xcode project, enable these two build settings at the project level for your Debug configuration only:
  • Instrument Program Flow
  • Generate Test Coverage Files
  1. In your main target, add a Run Script build phase to execute XcodeCoverage/exportenv.sh

A few people have been tripped up by the last step: Make sure you add the script to your main target (your app or library), not your test target.

Execution

  1. Run your unit tests

  2. In Terminal, cd to your project's XcodeCoverage folder, then

     $ ./getcov
    

If you make changes to your test code without changing the production code and want a clean slate, use the cleancov script:

$ ./cleancov

If you make changes to your production code, you should clear out all build artifacts before measuring code coverage again. "Clean Build Folder" by holding down the Option key in Xcode's "Product" menu.

Modification

There are two places you may want to modify:

  1. In envcov.sh, LCOV_INFO determines the name shown in the report.
  2. In getcov, edit exclude_data() to specify which files to exclude, for example, third-party libraries.

More resources

xcodecoverage's People

Contributors

jonreid avatar scottdensmore avatar

Watchers

James Cloos avatar Naveed Ahsan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.