https://github.com/jessebs/simplecov-cobertura
Ruby SimpleCov Cobertura Formatter
https://github.com/jessebs/simplecov-cobertura
Keywords
cobertura ruby simplecov simplecov-cobertura
Keywords from Contributors
activejob activerecord mvc rubygems oauth2 omniauth
Last synced: about 6 hours ago
JSON representation
Repository metadata
Ruby SimpleCov Cobertura Formatter
- Host: GitHub
- URL: https://github.com/jessebs/simplecov-cobertura
- Owner: jessebs
- License: apache-2.0
- Created: 2014-12-24T18:57:53.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-08-27T01:34:51.000Z (10 months ago)
- Last Synced: 2026-06-08T23:04:04.115Z (7 days ago)
- Topics: cobertura, ruby, simplecov, simplecov-cobertura
- Language: Ruby
- Size: 90.8 KB
- Stars: 70
- Watchers: 2
- Forks: 48
- Open Issues: 5
- Releases: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
README.md
simplecov-cobertura
Produces Cobertura formatted XML from SimpleCov.
Output can be consumed by the Jenkins Cobertura Plugin for easy
coverage visualization.
Installation
Add this line to your application's Gemfile:
gem 'simplecov-cobertura'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simplecov-cobertura
Usage
require 'simplecov-cobertura'
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
Continuous Integration
Tested in a CI environment against the following Ruby versions:
- 3.0 - 3.4
- 2.5 - 2.7
Contributing
- Fork it ( https://github.com/jessebs/simplecov-cobertura/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
License
Copyright 2025 Jesse Bowes
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Owner metadata
- Name: Jesse Bowes
- Login: jessebs
- Email:
- Kind: user
- Description: aka @jessebowes
- Website: jessebs.com
- Location: Washington, USA
- Twitter: jessebs_
- Company:
- Icon url: https://avatars.githubusercontent.com/u/647843?v=4
- Repositories: 7
- Last ynced at: 2023-08-12T06:46:28.299Z
- Profile URL: https://github.com/jessebs
GitHub Events
Total
- Release event: 1
- Delete event: 10
- Pull request event: 5
- Fork event: 3
- Issues event: 5
- Watch event: 6
- Issue comment event: 4
- Push event: 15
- Create event: 6
Last Year
- Release event: 1
- Delete event: 10
- Pull request event: 5
- Fork event: 3
- Issues event: 5
- Watch event: 6
- Issue comment event: 4
- Push event: 15
- Create event: 6
Committers metadata
Last synced: 1 day ago
Total Commits: 176
Total Committers: 18
Avg Commits per committer: 9.778
Development Distribution Score (DDS): 0.5
Commits in past year: 26
Committers in past year: 5
Avg Commits per committer in past year: 5.2
Development Distribution Score (DDS) in past year: 0.154
| Name | Commits | |
|---|---|---|
| Jesse Bowes | j****s@g****m | 88 |
| Jesse Bowes | j****s@d****m | 49 |
| Jesse Bowes | j****s@j****l | 12 |
| Jesse Bowes | j****s@n****m | 11 |
| Ivailo Petrov | i****p@s****m | 2 |
| Rob Lester | r****r@m****m | 2 |
| Pramod Shinde | p****d@j****m | 1 |
| Sean Clemmer | s****o@g****m | 1 |
| Alishan Ladhani | 8****h | 1 |
| Brian Porter | b****r@u****t | 1 |
| Dalibor Nasevic | d****c@g****m | 1 |
| Jérémie Meyer de Ville | j****v | 1 |
| Magnus Bergmark | g****b@m****v | 1 |
| OKURA Masafumi | m****8@g****m | 1 |
| Peter Leitzen | s****l | 1 |
| Stan Lo | s****2@g****m | 1 |
| Viktor | s****1@g****m | 1 |
| |7eter l-|. l3oling | p****g@g****m | 1 |
Committer domains:
- mange.dev: 1
- users.sourceforge.net: 1
- joshsoftware.com: 1
- mobispoke.com: 1
- s2technologies.com: 1
- noragh.com: 1
- dashingrocket.com: 1
Issue and Pull Request metadata
Last synced: 3 days ago
Total issues: 9
Total pull requests: 15
Average time to close issues: 4 months
Average time to close pull requests: 18 days
Total issue authors: 7
Total pull request authors: 3
Average comments per issue: 0.89
Average comments per pull request: 0.2
Merged pull request: 14
Bot issues: 0
Bot pull requests: 0
Past year issues: 9
Past year pull requests: 15
Past year average time to close issues: 4 months
Past year average time to close pull requests: 18 days
Past year issue authors: 7
Past year pull request authors: 3
Past year average comments per issue: 0.89
Past year average comments per pull request: 0.2
Past year merged pull request: 14
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- jessebs (3)
- keithrbennett (1)
- swrobel (1)
- mcastilloarq (1)
- rus-max (1)
- ArminBeda (1)
- beporter (1)
Top Pull Request Authors
- jessebs (13)
- beporter (1)
- aladh (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 132,694,740 total
- Total docker downloads: 952,468,074
- Total dependent packages: 128 (may contain duplicates)
- Total dependent repositories: 1,609 (may contain duplicates)
- Total versions: 44
- Total maintainers: 1
gem.coop: simplecov-cobertura
Produces Cobertura XML formatted output from SimpleCov
- Homepage: https://github.com/jessebs/simplecov-cobertura
- Documentation: http://www.rubydoc.info/gems/simplecov-cobertura/
- Licenses: Apache-2.0
- Latest release: 3.2.0 (published 5 days ago)
- Last Synced: 2026-06-14T17:30:37.235Z (1 day ago)
- Versions: 22
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 66,354,943 Total
- Docker Downloads: 476,234,037
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Docker downloads count: 0.268%
- Downloads: 0.448%
- Average: 1.675%
- Forks count: 3.539%
- Stargazers count: 5.798%
- Maintainers (1)
rubygems.org: simplecov-cobertura
Produces Cobertura XML formatted output from SimpleCov
- Homepage: https://github.com/jessebs/simplecov-cobertura
- Documentation: http://www.rubydoc.info/gems/simplecov-cobertura/
- Licenses: Apache-2.0
- Latest release: 3.2.0 (published 5 days ago)
- Last Synced: 2026-06-13T01:00:41.849Z (3 days ago)
- Versions: 22
- Dependent Packages: 128
- Dependent Repositories: 1,609
- Downloads: 66,339,797 Total
- Docker Downloads: 476,234,037
-
Rankings:
- Dependent packages count: 0.305%
- Docker downloads count: 0.346%
- Downloads: 0.577%
- Dependent repos count: 0.781%
- Average: 2.422%
- Forks count: 4.586%
- Stargazers count: 7.934%
- Maintainers (1)
Dependencies
- nokogiri ~> 1.0 development
- rake ~> 13.0 development
- test-unit ~> 3.2 development
- rexml >= 0
- simplecov ~> 0.19
- actions/checkout v2 composite
- ruby/setup-ruby v1 composite
Score: 28.01285797133434