1.0.0 • Published 3 years ago

clover2lcov v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

clover2lcov

Convert Clover reports to LCOV reports

Install

$ npm install --save clover2lcov

Usage

const clover2lcov = require('clover2lcov');

clover2lcov.toLcov("clover.xml")
    .then(function (result) {
        console.log(result);
    }).catch(function (err) {
        console.error(err);
    });

License

Copyright © 2021 André Storhaug

clover2lcov is licensed under the MIT License.