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

Last updated: May 17,2024

1. Install "python3-coveralls" package

Please follow the steps below to install python3-coveralls on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-coveralls

2. Uninstall "python3-coveralls" package

Please follow the guidance below to uninstall python3-coveralls on openSUSE Leap:

$ sudo zypper remove python3-coveralls

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

Information for package python3-coveralls:
------------------------------------------
Repository : Main Repository
Name : python3-coveralls
Version : 1.11.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 84.7 KiB
Installed : No
Status : not installed
Source package : python-coveralls-1.11.1-bp155.2.11.src
Upstream URL : https://github.com/coveralls-clients/coveralls-python
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.)