0.2.0 • Published 1 year ago

@cz-nic/json-python-coverage v0.2.0

Weekly downloads
9
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

====================

json-python-coverage

.. image:: https://travis-ci.org/CZ-NIC/json-python-coverage.svg?branch=master :target: https://travis-ci.org/CZ-NIC/json-python-coverage

.. image:: https://codecov.io/gh/CZ-NIC/json-python-coverage/branch/master/graph/badge.svg :target: https://codecov.io/gh/CZ-NIC/json-python-coverage

JavaScript tool for converting json coverage report to format used by Python coverage.


Installation

This package is indetended to be installed globally, so that it can be easily executed via CLI.

::

npm i -g @cz-nic/json-python-coverage

Usage

::

json-python-coverage <json_filename>

=============== =============================================== ============= Positionals: =============== =============================================== ============= json_filename path to coverage-summary.json string | Options: --version Show version number boolean --fail, -f coverage fail threshold number --regex, -r path regex for reported files string -h, --help Show help boolean =============== =============================================== =============


Tests

All modules (anything other than index.js) should include unit tests. Tests are written using jest.

To run tests in terminal:

::

npm run test