How To Install Coverage On Arch, CentOS And Fedora?
Install coverage
-
Arch Linux
pacman -S python2-coverageClick to copy -
CentOS
yum install python2-coverageClick to copy -
Fedora
dnf install python2-coverageClick to copy
python2-coverage
A tool for measuring code coverage of Python programspython-coverage
code coverage tool for Python 2Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. This package installs the Python version 2 u2018coverageu2019 library, and the u2018python2-coverageu2019 program to perform and report coverage tests.
Install the latest version of coverage in Arch, CentOS and Fedora from terminal. To install the coverage just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of coverage from the respository and install it in your computer/server.




