simplecov-cobertura 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/simplecov-cobertura/version.rb +1 -1
- data/test/simplecov-cobertura_test.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17f485d57f75e4ffb86132662c75714f039b493fb03cab4fa1875fe1dd01fd32
|
4
|
+
data.tar.gz: 5d6b51cfcc1bbe0dec7f8ac0a9a051c9e67064b185b280725bc101667f42ebd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 996338e8d5fb7ea79e3f912e8734e0ae0795ff3ffe41bf1e00ef722f4ff50b423d8a2e95d3bf7e7cfd18179785d5dcd5bdb4318ed5f91bb912b10341c5b91d78
|
7
|
+
data.tar.gz: 98adbf973e7c454ac7645556cbf1e83b3c50b9071523e5c536fbdad86f53eb48afbdbcde6212f9e699a692bce226a19b094a0e8823348f2fc0a49f4032150c24
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# simplecov-cobertura
|
2
|
-
[![Build Status](https://travis-ci.
|
2
|
+
[![Build Status](https://travis-ci.com/dashingrocket/simplecov-cobertura.svg?branch=master)](https://travis-ci.com/dashingrocket/simplecov-cobertura) [![Gem Version](https://badge.fury.io/rb/simplecov-cobertura.svg)](http://badge.fury.io/rb/simplecov-cobertura) [![Downloads](http://ruby-gem-downloads-badge.herokuapp.com/simplecov-cobertura?type=total)](https://rubygems.org/gems/simplecov-cobertura)
|
3
3
|
|
4
4
|
Produces [Cobertura](http://cobertura.sourceforge.net/) formatted XML from [SimpleCov](https://github.com/colszowka/simplecov).
|
5
5
|
|
@@ -53,6 +53,8 @@ Tested in a CI environment against the following Ruby versions:
|
|
53
53
|
* Denis <Zaratan> Pasin
|
54
54
|
* Jesper Rønn-Jensen
|
55
55
|
* Pramod Shinde
|
56
|
+
* Magnus Bergmark
|
57
|
+
* Peter Leitzen
|
56
58
|
|
57
59
|
## Contributing
|
58
60
|
|
@@ -7,9 +7,8 @@ require 'simplecov'
|
|
7
7
|
require 'simplecov-cobertura'
|
8
8
|
|
9
9
|
class CoberturaFormatterTest < Test::Unit::TestCase
|
10
|
-
|
11
10
|
def setup
|
12
|
-
@result = SimpleCov::Result.new("#{__FILE__}" => [1,2])
|
11
|
+
@result = SimpleCov::Result.new({ "#{__FILE__}" => [1,2] })
|
13
12
|
@formatter = SimpleCov::Formatter::CoberturaFormatter.new
|
14
13
|
end
|
15
14
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplecov-cobertura
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesse Bowes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-unit
|