coveralls
Ruby implementation of the Coveralls API
Install
- All systems
-
curl cmd.cat/coveralls.sh
- Debian
-
apt-get install ruby-coveralls
- Ubuntu
-
apt-get install ruby-coveralls
- Kali Linux
-
apt-get install ruby-coveralls
- Fedora
-
dnf install ruby-coveralls
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-coveralls
- Raspbian
-
apt-get install ruby-coveralls
- Dockerfile
- dockerfile.run/coveralls
ruby-coveralls
Ruby implementation of the Coveralls API
Coveralls is a web service to help you track your code coverage over time, and ensure that all your new code is fully covered. Coveralls automatically collects your code coverage data, uploads it to their servers and gives you a nice interface to dig into it. Any type of Ruby project or test framework supported by SimpleCov is supported by the Coveralls gem. This includes all your favorites, like RSpec, Cucumber, and Test::Unit. This package provides a Ruby gem to interact with Coveralls API.