https://github.com/rubinius/rubinius-coverage
Rubinius coverage tool.
https://github.com/rubinius/rubinius-coverage
Last synced: 9 months ago
JSON representation
Rubinius coverage tool.
- Host: GitHub
- URL: https://github.com/rubinius/rubinius-coverage
- Owner: rubinius
- License: bsd-3-clause
- Created: 2013-09-20T05:09:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T02:23:29.000Z (over 4 years ago)
- Last Synced: 2025-03-26T07:36:24.440Z (9 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubinius::Coverage
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'rubinius-coverage'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubinius-coverage
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request