Coder Social home page Coder Social logo

coverageexample's Introduction

CoverageExample

This project is to show an example of the bazel coverage command not taking into account the source files for the apple_framework target being tested when using rules_ios. When the apple_framework target has link_dynamic = 1, the coverage reports 100% because it is only taking the source files from the tests into account. When link_dynamic = 0 the coverage reports 85% for lines covered because it is taking into account the source files from the framework and the test files.

Bonus points will be awarded if you can find out how to exclude the test files from the coverage results. Xcode reports 70% coverage when tests are run because it doesn't consider code coverage of the tests themselves.

Steps to recreate the issue

bazel coverage :CoverageExampleTests
genhtml //path/to/.dat/file

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.