How to Install and Uninstall python38-coveralls Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python38-coveralls" package

Please follow the instructions below to install python38-coveralls on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-coveralls

2. Uninstall "python38-coveralls" package

Please follow the guidelines below to uninstall python38-coveralls on openSuSE Tumbleweed:

$ sudo zypper remove python38-coveralls

3. Information about the python38-coveralls package on openSuSE Tumbleweed

Information for package python38-coveralls:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-coveralls
Version : 2.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 87,9 KiB
Installed : No
Status : not installed
Source package : python-coveralls-2.1.1-2.1.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.)