How to Install and Uninstall python2-coveralls Package on openSUSE Leap

Last updated: May 14,2024

1. Install "python2-coveralls" package

This guide let you learn how to install python2-coveralls on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-coveralls

2. Uninstall "python2-coveralls" package

Please follow the instructions below to uninstall python2-coveralls on openSUSE Leap:

$ sudo zypper remove python2-coveralls

3. Information about the python2-coveralls package on openSUSE Leap

Information for package python2-coveralls:
------------------------------------------
Repository : Main Repository
Name : python2-coveralls
Version : 1.11.1-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 67,4 KiB
Installed : No
Status : not installed
Source package : python-coveralls-1.11.1-bp153.1.20.src
Summary : Module for showing coverage stats online via coverallsio
Description :
Coveralls.io is a service to publish coverage stats online.
This package provides integration with coverage.py in Python projects.
The module makes custom report for data generated by the coverage.py
package and sends it to the json API of the coveralls.io service. All
Python files in the coverage analysis are posted to this service,
along with coverage stats, so do not upload what you do not intend
to. (For private projects, there is Coveralls Pro.)