Subscribe

How to install python2-coverage in CentOS/RHEL 8 (x86_64)

Code coverage testing module for Python 2

License: ASL 2.0 and MIT and (MIT or GPL) http://nedbatchelder.com/code/modules/coverage.html

Install

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install python2-coverage

Description

Coverage.py is a Python 2 module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

RPMs

Miro HronĨok (2019-10-03) - Rebuilt for Python 3.8.0rc1 (#1748018)