codeclimate-test-reporter 1.0.0.pre.rc1 → 1.0.0.pre.rc2
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/bin/codeclimate-test-reporter +1 -1
- data/lib/code_climate/test_reporter/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c53e758f759ddc67d4247ccaf0edaa02d6ebd9b7
|
|
4
|
+
data.tar.gz: 43c781a7190fe696b9215f83f561c0aee56829bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 026976c37776cf5a03bac01d924336937c18bca29803867eb03065c55676e77a39e04cc2c542753541cd34dccf8f9b84d75681dcea37c66b58cf08c92e858b47
|
|
7
|
+
data.tar.gz: fd8d44f483b555846f3a42a14bdeb249291f124666def11c4c016a26e243823c06dcf923cb8ba4e817c0c7c794f1c2e6164d9d6fc774bdd109b623e2c15a1a8b
|
|
@@ -4,7 +4,7 @@ require "codeclimate-test-reporter"
|
|
|
4
4
|
|
|
5
5
|
COVERAGE_FILE = "coverage/.resultset.json".freeze
|
|
6
6
|
|
|
7
|
-
if ENV["CODECLIMATE_REPO_TOKEN"]
|
|
7
|
+
if (repo_token = ENV["CODECLIMATE_REPO_TOKEN"]) && !repo_token.empty?
|
|
8
8
|
if File.exist?(COVERAGE_FILE)
|
|
9
9
|
begin
|
|
10
10
|
results = JSON.parse(File.read(COVERAGE_FILE))
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: codeclimate-test-reporter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.pre.
|
|
4
|
+
version: 1.0.0.pre.rc2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bryan Helmkamp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: simplecov
|
|
@@ -147,4 +147,3 @@ signing_key:
|
|
|
147
147
|
specification_version: 4
|
|
148
148
|
summary: Uploads Ruby test coverage data to Code Climate.
|
|
149
149
|
test_files: []
|
|
150
|
-
has_rdoc:
|