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

Last updated: October 05,2024

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

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

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

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

Please follow the step by step instructions below to uninstall python3-diff-cover.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:05:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-diff-cover
Version : 6.4.4
Release : 3.fc36
Architecture : noarch
Size : 79 k
Source : python-diff-cover-6.4.4-3.fc36.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.