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

Last updated: April 29,2024

1. Install "python36-coveralls" package

Please follow the steps below to install python36-coveralls on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-coveralls

2. Uninstall "python36-coveralls" package

Please follow the instructions below to uninstall python36-coveralls on openSuSE Tumbleweed:

$ sudo zypper remove python36-coveralls

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

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