How to Install and Uninstall python3-diff-cover.noarch Package on Fedora 34

Last updated: June 29,2024

1. Install "python3-diff-cover.noarch" package

Learn how to install python3-diff-cover.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-diff-cover.noarch

2. Uninstall "python3-diff-cover.noarch" package

Here is a brief guide to show you how to uninstall python3-diff-cover.noarch on Fedora 34:

$ sudo dnf remove python3-diff-cover.noarch $ sudo dnf autoremove

3. Information about the python3-diff-cover.noarch package on Fedora 34

Last metadata expiration check: 4:33:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-diff-cover
Version : 4.2.1
Release : 1.fc34
Architecture : noarch
Size : 74 k
Source : python-diff-cover-4.2.1-1.fc34.src.rpm
Repository : fedora
Summary : Automatically find diff lines that need test coverage
URL : https://github.com/Bachmann1234/diff-cover/
License : ASL 2.0
Description : Diff coverage is the percentage of new or modified lines that are covered by
: tests. This provides a clear and achievable standard for code review: If you
: touch a line of code, that line should be covered. Code coverage is *every*
: developer's responsibility!
:
: The diff-cover command line tool compares an XML coverage report with the
: output of git diff. It then reports coverage information for lines in the
: diff.