Giter VIP home page Giter VIP logo

covertool's Introduction

migrated: https://gitlab.com/l1905/maven-business/lookio-legacy/covertool

Cover-to-Cobertura Conversion Tool

A simple tool to convert exported Erlang cover data sets into Cobertura XML reports. The report could be then feed to the Jenkins Cobertura plug-in.

Usage

Standalone:

  1. Build command line script

     $ make
    
  2. Install Jenkins Cobertura Plug-in.

  3. Configure cover to export data. Sample cover.spec for Common Test:

     {incl_app, app0, details}.
     {export, "all.coverdata"}.
    
  4. Configure Jenkins to convert cover reports into Cobertura format:

     $ covertool -cover all.coverdata -output coverage.xml -src src/
    

    or:

    Configure rebar to generate reports in Cobertura format:

     {plugins, [rebar_covertool]}.
     {cover_export_enabled, true}.
     {covertool_eunit, {".eunit/eunit.coverdata", "eunit.coverage.xml"}}. % Source file name, output report file name
     {covertool_ct, {"ct.coverdata", "ct.coverage.xml"}}. % Source file name, output report file name
     {covertool_prefix_len, 2}. % Optional: Use module prefix as (imaginary) package name
    
  5. Configure "Publish Cobertura Coverage Report" post-build action, set path to the generated coverage.xml

  6. Run the build. At the end, "Coverage Report" link should appear on project page.

Screenshots

Screenshot1

Screenshot2

covertool's People

Contributors

idubrov avatar chrisavl avatar petrkozorezov avatar divolgin avatar gwre-ivan avatar voluntas avatar cypherfox avatar marcelog avatar markusn avatar scottwestover avatar shino avatar djui avatar

Watchers

Yaron Karasik avatar James Cloos avatar  avatar Andrew Ramirez avatar  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.