Skip to main content

Bitten plugin adding check and lcov support

Project description

evax.bitten.tools

evax.bitten.tools is a Bitten plugin adding support for check and lcov

evax.bitten.tools is provided under a BSD-style license.

Installation

easy_install evax.bitten.tools

Usage

In order to use the plugin in a build configuration, you must define the plugin namespace as follows:

<build
    (...)
    xmlns:evax="http://www.evax.fr/bitten/tools"
    (...)>

then use it like this:

<step id="tests" description="Automated tests">
    <c:make file="Makefile" target="check" />
    <evax:check reports="tests/*_check.xml" />
    <evax:lcov directory="src" />
</step>

Please note that the plugin expects check’s xml output format.

Changelog

1.0

  • Initial release

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evax.bitten.tools-1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

evax.bitten.tools-1.0-py2.6.egg (10.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page