How To Install rubygem-codeclimate-test-reporter on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-codeclimate-test-reporter on Fedora 36.
What is rubygem-codeclimate-test-reporter
Collects test coverage data from your Ruby test suite and sends it to Code Climate’s hosted, automated code review service. Based on SimpleCov.
We can use yum or dnf to install rubygem-codeclimate-test-reporter on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-codeclimate-test-reporter.
Install rubygem-codeclimate-test-reporter on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rubygem-codeclimate-test-reporter using dnf by running the following command:
sudo dnf -y install rubygem-codeclimate-test-reporter
Install rubygem-codeclimate-test-reporter on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rubygem-codeclimate-test-reporter using yum by running the following command:
sudo yum -y install rubygem-codeclimate-test-reporter
How To Uninstall rubygem-codeclimate-test-reporter on Fedora 36
To uninstall only the rubygem-codeclimate-test-reporter package we can use the following command:
sudo dnf remove rubygem-codeclimate-test-reporter
rubygem-codeclimate-test-reporter Package Contents on Fedora 36
/usr/bin/cc-tddium-post-worker
/usr/bin/codeclimate-test-reporter
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/LICENSE.txt
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/README.md
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/calculate_blob.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/ci.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/client.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/configuration.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/exception_message.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/formatter.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/git.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/payload_validator.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/post_results.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/shorten_filename.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/code_climate/test_reporter/version.rb
/usr/share/gems/gems/codeclimate-test-reporter-1.0.8/lib/codeclimate-test-reporter.rb
/usr/share/gems/specifications/codeclimate-test-reporter-1.0.8.gemspec
References
Summary
In this tutorial we learn how to install rubygem-codeclimate-test-reporter on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).