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

Last updated: November 01,2024

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

Please follow the guidelines below to install python3-diff-cover.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall python3-diff-cover.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:51:09 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-diff-cover
Version : 5.2.0
Release : 2.fc35
Architecture : noarch
Size : 75 k
Source : python-diff-cover-5.2.0-2.fc35.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.