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

Last updated: May 13,2024

1. Install "python39-coveralls" package

Here is a brief guide to show you how to install python39-coveralls on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-coveralls

2. Uninstall "python39-coveralls" package

This tutorial shows how to uninstall python39-coveralls on openSuSE Tumbleweed:

$ sudo zypper remove python39-coveralls

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

Information for package python39-coveralls:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-coveralls
Version : 2.1.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 88,0 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.)