codeclimate-test-reporter 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c51b14c0782a4b4ec7d8a7c8588d22112659828
4
- data.tar.gz: ad1bbfb2af3b8f580dbc6c92db9e792d25e00e78
3
+ metadata.gz: 339e49efb4d752721bb997fd82708687c50201dd
4
+ data.tar.gz: f5f366810a8051e7a4df03647856a52f310fc3e2
5
5
  SHA512:
6
- metadata.gz: e98e0ca8aaee6e2dcc6c028e15433301ea8b6095fa91f0e9ab2c915a9b6879ba273a653544196da5ea033d1ef6533b364bfe23c39f65925b9f74cf3d3b77dd73
7
- data.tar.gz: f41bf9bbf4f1301da8411aef9dcdf1c67e771bb9d110f5d21463cf353454a24645878925eed99d71def4eecc3ac5aaeef6c4c72caed79f8f6a5eb8787e6b1f7e
6
+ metadata.gz: a882efa170bdca648b30bec9d97c6d7f779a57a3bc3a63c5e304f029cf75f04e96536d1c67e207e52d4546832d51a69aa0d4f4f567ea8c386e64d0a016c68eaf
7
+ data.tar.gz: 1cbfcb79823064a316bbfe9ad69546024682b61d48c1c202e135d40a0df31321a8adb03c44cc1eea0b1f74863e9e11c2f3f1c4535667518f745bf0e38b672044
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # codeclimate-test-reporter
1
+ # codeclimate-test-reporter - [DEPRECATED]
2
+
3
+ These configuration instructions refer to a language-specific test reporter who is now deprecated in favor of our new unified test reporter client. The [new test reporter](https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage) is faster, distributed as a static binary, has support for parallelized CI builds, and will receive ongoing support by the team here. The existing test reporters for Ruby, Python, PHP, and Javascript are now deprecated.
2
4
 
3
5
  [![Code Climate](https://codeclimate.com/github/codeclimate/ruby-test-reporter/badges/gpa.svg)](https://codeclimate.com/github/codeclimate/ruby-test-reporter)
4
6
 
@@ -18,8 +20,8 @@ Please contact hello@codeclimate.com if you need any assistance setting this up.
18
20
 
19
21
  ## Usage
20
22
 
21
- ```
22
- CODECLIMATE_REPO_TOKEN=my_token bundle exec rspec && bundle exec codeclimate-test-reporter
23
+ ```console
24
+ bundle exec rspec && CODECLIMATE_REPO_TOKEN=my_token bundle exec codeclimate-test-reporter
23
25
  ```
24
26
 
25
27
  **Optional**: configure `CODECLIMATE_API_HOST` to point to a self-hosted version of Code Climate.
@@ -1,5 +1,5 @@
1
1
  module CodeClimate
2
2
  module TestReporter
3
- VERSION = "1.0.8".freeze
3
+ VERSION = "1.0.9".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate-test-reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan Helmkamp
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-20 00:00:00.000000000 Z
12
+ date: 2018-10-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: simplecov
@@ -129,7 +129,12 @@ homepage: https://github.com/codeclimate/ruby-test-reporter
129
129
  licenses:
130
130
  - MIT
131
131
  metadata: {}
132
- post_install_message:
132
+ post_install_message: "\n Code Climate's codeclimate-test-reporter gem has been deprecated
133
+ in favor of\n our language-agnostic unified test reporter. The new test reporter
134
+ is faster,\n distributed as a static binary so dependency conflicts never occur,
135
+ and\n supports parallelized CI builds & multi-language CI configurations.\n\n Please
136
+ visit https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage\n for help
137
+ setting up your CI process with our new test reporter.\n "
133
138
  rdoc_options: []
134
139
  require_paths:
135
140
  - lib