codacy-coverage 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bcec21448309975979f6b17b0a61867622854cbadba755bbeba55a2347602b96
|
4
|
+
data.tar.gz: 6c0212bac5530f4de77e35dc0a69b46b02ef6ea0d1e9a45e71b9eff5864aedef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50f808face7eb75a5ce66974b6968f20282f16f96177d65f7bddaa7d4cf82ccf7626e6ae0a829d0c65807a9a0942aaa18e3076a45b76dc77b4b0bbbceddf5fba
|
7
|
+
data.tar.gz: 0d87f37ca04ad61a13e249778cd1ab6836e5039d9fb28e9d1b9322097c959f34a2d89c26324464722443e934d3185adc3ccdf58c0b961ad154efdcd7abb14444
|
data/README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
# Deprecated
|
2
|
+
|
3
|
+
This repository is no longer maintained. As an alternative, check [codacy-coverage-reporter](https://github.com/codacy/codacy-coverage-reporter) to send your test coverage results to your Codacy dashboard.
|
4
|
+
|
1
5
|
# ruby-codacy-coverage
|
2
6
|
|
3
7
|
Ruby coverage reporter for Codacy https://www.codacy.com
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codacy-coverage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nuno Teixeira
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-02-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: simplecov
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '0'
|
118
118
|
requirements: []
|
119
|
-
rubygems_version: 3.
|
119
|
+
rubygems_version: 3.1.2
|
120
120
|
signing_key:
|
121
121
|
specification_version: 4
|
122
122
|
summary: Post code coverage results to Codacy.
|